Shades of Himalaya #6F6529
Tints of Himalaya #6F6529
RGB
CMYK
RGB Variations
Color information
#6F6529 (or 0x6F6529) is known color: Himalaya. HEX triplet: 6F, 65 and 29. RGB value is (111,101,41). Sum of RGB (Red+Green+Blue) = 111+101+41=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6529 is #909AD6. Grayscale: #616161. Windows color (decimal): -9476823 or 2712943. OLE color: 2712943.
HSL color Cylindrical-coordinate representation of color #6F6529: hue angle of 51.43º 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 #6F6529 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 101 | 41 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.56 |
| HSL | 51.43º | 0.46% | 0.3% | - |
| HSV(B) | 51.43º | 0.63% | 0.44% | - |
| XYZ | 11.61 | 12.85 | 3.97 | - |
| YUV | 97.15 | 96.31 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 41 | 0 | 0.09 | 0.63 | 0.56 | 51.43 | 0.46 | 0.3 |
| Hex | 6F | 65 | 29 | 0 | 9 | 3F | 38 | 33 | 2E | 1E |
| Octal | 157 | 145 | 51 | 0 | 11 | 77 | 70 | 63 | 56 | 36 |
| Binary | 1101111 | 1100101 | 101001 | 0 | 1001 | 111111 | 111000 | 110011 | 101110 | 11110 |
Color Harmonies of #6F6529
Complementary color
Monochromatic Colors of #6F6529
Black with #6F6529
Text Example
Text Example
White with #6F6529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6529; }
p { color: rgb(111,101,41); }
H1.HeaderClassName
{
color: #6F6529;
}
.AnyTagClassName
{
color: #6F6529;
}
</style>
background-color css
<style>
a { background-color: #6F6529; }
a { background-color: rgb(111,101,41); }
div.DivClassName
{
background-color: #6F6529;
}
.BgClassName
{
background-color: #6F6529;
}
</style>
border-color css
<style>
span { border-color: #6F6529; }
span { border-color: rgb(111,101,41); }
td.TdClassName
{
border-color: #6F6529;
}
.TagClassName
{
border-color: #6F6529;
}
</style>