Color: #351606

#351606 Color Information

#351606 is a dark color. The closest websafe version is #351606. A complement of this color would be #062737, perceived brightness is 0.12, and the grayscale version is #1D1D1D.

In the HSL color space, this color has a hue angle of 20°,a saturation of 80%, and a lightness of 12%.The HSV representation shows a hue of 20°, a saturation of 89%, and a value of 21%.

In a RGB color space, #351606 is composed of 21% red, 9% green and 2% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 58% magenta, 89% yellow and 79% black.

In the Yxy color space, this color is represented as Y: 1.38, x: 0.5354, and y: 0.3909.

Color Code #351606

#351606rgb(53, 22, 6)
HEX
#351606
RGB
rgb(53, 22, 6)
HSL
hsl(20, 80%, 12%)
HSV
hsv(20, 89%, 21%)
CMYK
0%, 58%, 89%, 79%
XYZ
X: 1.89, Y: 1.38, Z: 0.26
Lab
L: 11.81, a: 14.87, b: 15.51
Name

Shades of Color #351606

Shades are created by darkening the original color #351606 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #351606

Tints are created by lightening the original color #351606 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#351606rgb(53, 22, 6)

About #351606 Color Code

In the HSL color space, this color has a hue angle of 20°, a saturation of 80%, and a lightness of 12%. The HSV representation shows a hue of 20°, a saturation of 89%, and a value of 21%.

  • HEX: #351606
  • RGB: rgb(53, 22, 6)
  • HSL: hsl(20, 80%, 12%)
  • HSV: hsv(20, 89%, 21%)
  • CMYK: 0.00% cyan, 58.00% magenta, 89.00% yellow, 79.00% black
  • XYZ: 1.89, 1.38, 0.26
  • Yxy: 1.38, 0.5354, 0.3909
  • Hunter Lab: 11.81, 14.87, 15.51
  • CIE-Lab: 11.81, 14.87, 15.51

In the XYZ color space, this color is represented as X: 1.89, Y: 1.38, Z: 0.26. The Yxy representation further refines this as Y: 1.38, x: 0.5354, and y: 0.3909.

In the Hunter Lab color space, this color is represented as L: 11.81, a: 14.87, and b: 15.51. Similarly, in the CIE-Lab color space, it is represented as L: 11.81, a: 14.87, and b: 15.51.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #351606

Triadic colors are three colors evenly spaced around the color wheel, including #351606. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #351606

Analogous colors are adjacent to #351606 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #351606

Split complementary colors are two colors adjacent to the complementary color of #351606. They create a balanced and visually appealing color scheme.

Tetradic Colors of #351606

Tetradic colors form a rectangle on the color wheel, including #351606. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #351606

Monochromatic colors are variations of #351606, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #351606

The complementary color of #351606 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #351606

/* Using HEX */
body {
  background-color: #351606;
}
/* Using RGB */
body {
  background-color: rgb(53, 22, 6);
}
/* Using RGB with opacity */
body {
  background-color: rgba(53, 22, 6, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(20, 80%, 12%);
}
/* Text color */
p {
  color: #351606;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #351606;
}
/* Border color */
.box {
  border: 4px solid #351606;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #351606;
}
Text Shadow Preview
/* Background with text */
div {
  background: #351606;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#351606
On Black Background
#351606
On White Background
#351606

HTML Examples of #351606

<!-- Using HEX -->
<div style="background-color: #351606; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(53, 22, 6); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(53, 22, 6, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(20, 80%, 12%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #351606;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #351606; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #351606; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #351606;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #351606; color: #fff; padding: 16px; border-radius: 8px;">
  #351606
</div>
#351606
On Black Background
#351606
On White Background
#351606

Related Colors of #351606

These colors are similar to #351606, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.