Shades of Himalaya #6F672C
Tints of Himalaya #6F672C
RGB
CMYK
RGB Variations
Color information
#6F672C (or 0x6F672C) is known color: Himalaya. HEX triplet: 6F, 67 and 2C. RGB value is (111,103,44). Sum of RGB (Red+Green+Blue) = 111+103+44=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F672C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F672C is #9098D3. Grayscale: #626262. Windows color (decimal): -9476308 or 2910063. OLE color: 2910063.
HSL color Cylindrical-coordinate representation of color #6F672C: hue angle of 52.84º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F672C is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 44 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.56 |
| HSL | 52.84º | 0.43% | 0.3% | - |
| HSV(B) | 52.84º | 0.6% | 0.44% | - |
| XYZ | 11.86 | 13.26 | 4.32 | - |
| YUV | 98.67 | 97.15 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 44 | 0 | 0.07 | 0.60 | 0.56 | 52.84 | 0.43 | 0.3 |
| Hex | 6F | 67 | 2C | 0 | 7 | 3C | 38 | 35 | 2B | 1E |
| Octal | 157 | 147 | 54 | 0 | 7 | 74 | 70 | 65 | 53 | 36 |
| Binary | 1101111 | 1100111 | 101100 | 0 | 111 | 111100 | 111000 | 110101 | 101011 | 11110 |
Color Harmonies of #6F672C
Complementary color
Monochromatic Colors of #6F672C
Black with #6F672C
Text Example
Text Example
White with #6F672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F672C; }
p { color: rgb(111,103,44); }
H1.HeaderClassName
{
color: #6F672C;
}
.AnyTagClassName
{
color: #6F672C;
}
</style>
background-color css
<style>
a { background-color: #6F672C; }
a { background-color: rgb(111,103,44); }
div.DivClassName
{
background-color: #6F672C;
}
.BgClassName
{
background-color: #6F672C;
}
</style>
border-color css
<style>
span { border-color: #6F672C; }
span { border-color: rgb(111,103,44); }
td.TdClassName
{
border-color: #6F672C;
}
.TagClassName
{
border-color: #6F672C;
}
</style>