Shades of Himalaya #6B5D29
Tints of Himalaya #6B5D29
RGB
CMYK
RGB Variations
Color information
#6B5D29 (or 0x6B5D29) is known color: Himalaya. HEX triplet: 6B, 5D and 29. RGB value is (107,93,41). Sum of RGB (Red+Green+Blue) = 107+93+41=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5D29 is #94A2D6. Grayscale: #5B5B5B. Windows color (decimal): -9741015 or 2710891. OLE color: 2710891.
HSL color Cylindrical-coordinate representation of color #6B5D29: hue angle of 47.27º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B5D29 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 93 | 41 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.58 |
| HSL | 47.27º | 0.45% | 0.29% | - |
| HSV(B) | 47.27º | 0.62% | 0.42% | - |
| XYZ | 10.38 | 11.11 | 3.7 | - |
| YUV | 91.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 93 | 41 | 0 | 0.13 | 0.62 | 0.58 | 47.27 | 0.45 | 0.29 |
| Hex | 6B | 5D | 29 | 0 | D | 3E | 3A | 2F | 2D | 1D |
| Octal | 153 | 135 | 51 | 0 | 15 | 76 | 72 | 57 | 55 | 35 |
| Binary | 1101011 | 1011101 | 101001 | 0 | 1101 | 111110 | 111010 | 101111 | 101101 | 11101 |
Color Harmonies of #6B5D29
Complementary color
Monochromatic Colors of #6B5D29
Black with #6B5D29
Text Example
Text Example
White with #6B5D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5D29; }
p { color: rgb(107,93,41); }
H1.HeaderClassName
{
color: #6B5D29;
}
.AnyTagClassName
{
color: #6B5D29;
}
</style>
background-color css
<style>
a { background-color: #6B5D29; }
a { background-color: rgb(107,93,41); }
div.DivClassName
{
background-color: #6B5D29;
}
.BgClassName
{
background-color: #6B5D29;
}
</style>
border-color css
<style>
span { border-color: #6B5D29; }
span { border-color: rgb(107,93,41); }
td.TdClassName
{
border-color: #6B5D29;
}
.TagClassName
{
border-color: #6B5D29;
}
</style>