Shades of Himalaya #6F6638
Tints of Himalaya #6F6638
RGB
CMYK
RGB Variations
Color information
#6F6638 (or 0x6F6638) is known color: Himalaya. HEX triplet: 6F, 66 and 38. RGB value is (111,102,56). Sum of RGB (Red+Green+Blue) = 111+102+56=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6638 is #9099C7. Grayscale: #636363. Windows color (decimal): -9476552 or 3696239. OLE color: 3696239.
HSL color Cylindrical-coordinate representation of color #6F6638: hue angle of 50.18º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F6638 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 102 | 56 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.56 |
| HSL | 50.18º | 0.33% | 0.33% | - |
| HSV(B) | 50.18º | 0.5% | 0.44% | - |
| XYZ | 12.02 | 13.17 | 5.65 | - |
| YUV | 99.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 56 | 0 | 0.08 | 0.50 | 0.56 | 50.18 | 0.33 | 0.33 |
| Hex | 6F | 66 | 38 | 0 | 8 | 32 | 38 | 32 | 21 | 21 |
| Octal | 157 | 146 | 70 | 0 | 10 | 62 | 70 | 62 | 41 | 41 |
| Binary | 1101111 | 1100110 | 111000 | 0 | 1000 | 110010 | 111000 | 110010 | 100001 | 100001 |
Color Harmonies of #6F6638
Complementary color
Monochromatic Colors of #6F6638
Black with #6F6638
Text Example
Text Example
White with #6F6638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6638; }
p { color: rgb(111,102,56); }
H1.HeaderClassName
{
color: #6F6638;
}
.AnyTagClassName
{
color: #6F6638;
}
</style>
background-color css
<style>
a { background-color: #6F6638; }
a { background-color: rgb(111,102,56); }
div.DivClassName
{
background-color: #6F6638;
}
.BgClassName
{
background-color: #6F6638;
}
</style>
border-color css
<style>
span { border-color: #6F6638; }
span { border-color: rgb(111,102,56); }
td.TdClassName
{
border-color: #6F6638;
}
.TagClassName
{
border-color: #6F6638;
}
</style>