Shades of Himalaya #6F6323
Tints of Himalaya #6F6323
RGB
CMYK
RGB Variations
Color information
#6F6323 (or 0x6F6323) is known color: Himalaya. HEX triplet: 6F, 63 and 23. RGB value is (111,99,35). Sum of RGB (Red+Green+Blue) = 111+99+35=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6323 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6323 is #909CDC. Grayscale: #5F5F5F. Windows color (decimal): -9477341 or 2319215. OLE color: 2319215.
HSL color Cylindrical-coordinate representation of color #6F6323: hue angle of 50.53º 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 #6F6323 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 99 | 35 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.56 |
| HSL | 50.53º | 0.52% | 0.29% | - |
| HSV(B) | 50.53º | 0.68% | 0.44% | - |
| XYZ | 11.32 | 12.42 | 3.39 | - |
| YUV | 95.29 | 93.98 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 35 | 0 | 0.11 | 0.68 | 0.56 | 50.53 | 0.52 | 0.29 |
| Hex | 6F | 63 | 23 | 0 | B | 44 | 38 | 33 | 34 | 1D |
| Octal | 157 | 143 | 43 | 0 | 13 | 104 | 70 | 63 | 64 | 35 |
| Binary | 1101111 | 1100011 | 100011 | 0 | 1011 | 1000100 | 111000 | 110011 | 110100 | 11101 |
Color Harmonies of #6F6323
Complementary color
Monochromatic Colors of #6F6323
Black with #6F6323
Text Example
Text Example
White with #6F6323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6323; }
p { color: rgb(111,99,35); }
H1.HeaderClassName
{
color: #6F6323;
}
.AnyTagClassName
{
color: #6F6323;
}
</style>
background-color css
<style>
a { background-color: #6F6323; }
a { background-color: rgb(111,99,35); }
div.DivClassName
{
background-color: #6F6323;
}
.BgClassName
{
background-color: #6F6323;
}
</style>
border-color css
<style>
span { border-color: #6F6323; }
span { border-color: rgb(111,99,35); }
td.TdClassName
{
border-color: #6F6323;
}
.TagClassName
{
border-color: #6F6323;
}
</style>