Shades of Himalaya #6F6127
Tints of Himalaya #6F6127
RGB
CMYK
RGB Variations
Color information
#6F6127 (or 0x6F6127) is known color: Himalaya. HEX triplet: 6F, 61 and 27. RGB value is (111,97,39). Sum of RGB (Red+Green+Blue) = 111+97+39=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6127 is #909ED8. Grayscale: #5E5E5E. Windows color (decimal): -9477849 or 2580847. OLE color: 2580847.
HSL color Cylindrical-coordinate representation of color #6F6127: hue angle of 48.33º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F6127 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 97 | 39 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.56 |
| HSL | 48.33º | 0.48% | 0.29% | - |
| HSV(B) | 48.33º | 0.65% | 0.44% | - |
| XYZ | 11.2 | 12.08 | 3.66 | - |
| YUV | 94.57 | 96.64 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 39 | 0 | 0.13 | 0.65 | 0.56 | 48.33 | 0.48 | 0.29 |
| Hex | 6F | 61 | 27 | 0 | D | 41 | 38 | 30 | 30 | 1D |
| Octal | 157 | 141 | 47 | 0 | 15 | 101 | 70 | 60 | 60 | 35 |
| Binary | 1101111 | 1100001 | 100111 | 0 | 1101 | 1000001 | 111000 | 110000 | 110000 | 11101 |
Color Harmonies of #6F6127
Complementary color
Monochromatic Colors of #6F6127
Black with #6F6127
Text Example
Text Example
White with #6F6127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6127; }
p { color: rgb(111,97,39); }
H1.HeaderClassName
{
color: #6F6127;
}
.AnyTagClassName
{
color: #6F6127;
}
</style>
background-color css
<style>
a { background-color: #6F6127; }
a { background-color: rgb(111,97,39); }
div.DivClassName
{
background-color: #6F6127;
}
.BgClassName
{
background-color: #6F6127;
}
</style>
border-color css
<style>
span { border-color: #6F6127; }
span { border-color: rgb(111,97,39); }
td.TdClassName
{
border-color: #6F6127;
}
.TagClassName
{
border-color: #6F6127;
}
</style>