Shades of Himalaya #6F6423
Tints of Himalaya #6F6423
RGB
CMYK
RGB Variations
Color information
#6F6423 (or 0x6F6423) is known color: Himalaya. HEX triplet: 6F, 64 and 23. RGB value is (111,100,35). Sum of RGB (Red+Green+Blue) = 111+100+35=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6423 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6423 is #909BDC. Grayscale: #606060. Windows color (decimal): -9477085 or 2319471. OLE color: 2319471.
HSL color Cylindrical-coordinate representation of color #6F6423: hue angle of 51.32º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F6423 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 100 | 35 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.56 |
| HSL | 51.32º | 0.52% | 0.29% | - |
| HSV(B) | 51.32º | 0.68% | 0.44% | - |
| XYZ | 11.42 | 12.62 | 3.42 | - |
| YUV | 95.88 | 93.64 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 35 | 0 | 0.10 | 0.68 | 0.56 | 51.32 | 0.52 | 0.29 |
| Hex | 6F | 64 | 23 | 0 | A | 44 | 38 | 33 | 34 | 1D |
| Octal | 157 | 144 | 43 | 0 | 12 | 104 | 70 | 63 | 64 | 35 |
| Binary | 1101111 | 1100100 | 100011 | 0 | 1010 | 1000100 | 111000 | 110011 | 110100 | 11101 |
Color Harmonies of #6F6423
Complementary color
Monochromatic Colors of #6F6423
Black with #6F6423
Text Example
Text Example
White with #6F6423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6423; }
p { color: rgb(111,100,35); }
H1.HeaderClassName
{
color: #6F6423;
}
.AnyTagClassName
{
color: #6F6423;
}
</style>
background-color css
<style>
a { background-color: #6F6423; }
a { background-color: rgb(111,100,35); }
div.DivClassName
{
background-color: #6F6423;
}
.BgClassName
{
background-color: #6F6423;
}
</style>
border-color css
<style>
span { border-color: #6F6423; }
span { border-color: rgb(111,100,35); }
td.TdClassName
{
border-color: #6F6423;
}
.TagClassName
{
border-color: #6F6423;
}
</style>