Shades of Himalaya #6F6129
Tints of Himalaya #6F6129
RGB
CMYK
RGB Variations
Color information
#6F6129 (or 0x6F6129) is known color: Himalaya. HEX triplet: 6F, 61 and 29. RGB value is (111,97,41). Sum of RGB (Red+Green+Blue) = 111+97+41=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6129 is #909ED6. Grayscale: #5F5F5F. Windows color (decimal): -9477847 or 2711919. OLE color: 2711919.
HSL color Cylindrical-coordinate representation of color #6F6129: hue angle of 48º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F6129 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 97 | 41 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.56 |
| HSL | 48º | 0.46% | 0.3% | - |
| HSV(B) | 48º | 0.63% | 0.44% | - |
| XYZ | 11.23 | 12.09 | 3.84 | - |
| YUV | 94.8 | 97.64 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 41 | 0 | 0.13 | 0.63 | 0.56 | 48 | 0.46 | 0.3 |
| Hex | 6F | 61 | 29 | 0 | D | 3F | 38 | 30 | 2E | 1E |
| Octal | 157 | 141 | 51 | 0 | 15 | 77 | 70 | 60 | 56 | 36 |
| Binary | 1101111 | 1100001 | 101001 | 0 | 1101 | 111111 | 111000 | 110000 | 101110 | 11110 |
Color Harmonies of #6F6129
Complementary color
Monochromatic Colors of #6F6129
Black with #6F6129
Text Example
Text Example
White with #6F6129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6129; }
p { color: rgb(111,97,41); }
H1.HeaderClassName
{
color: #6F6129;
}
.AnyTagClassName
{
color: #6F6129;
}
</style>
background-color css
<style>
a { background-color: #6F6129; }
a { background-color: rgb(111,97,41); }
div.DivClassName
{
background-color: #6F6129;
}
.BgClassName
{
background-color: #6F6129;
}
</style>
border-color css
<style>
span { border-color: #6F6129; }
span { border-color: rgb(111,97,41); }
td.TdClassName
{
border-color: #6F6129;
}
.TagClassName
{
border-color: #6F6129;
}
</style>