Shades of Himalaya #6F6527
Tints of Himalaya #6F6527
RGB
CMYK
RGB Variations
Color information
#6F6527 (or 0x6F6527) is known color: Himalaya. HEX triplet: 6F, 65 and 27. RGB value is (111,101,39). Sum of RGB (Red+Green+Blue) = 111+101+39=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6527 is #909AD8. Grayscale: #616161. Windows color (decimal): -9476825 or 2581871. OLE color: 2581871.
HSL color Cylindrical-coordinate representation of color #6F6527: hue angle of 51.67º 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 #6F6527 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 101 | 39 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.56 |
| HSL | 51.67º | 0.48% | 0.29% | - |
| HSV(B) | 51.67º | 0.65% | 0.44% | - |
| XYZ | 11.58 | 12.83 | 3.79 | - |
| YUV | 96.92 | 95.31 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 39 | 0 | 0.09 | 0.65 | 0.56 | 51.67 | 0.48 | 0.29 |
| Hex | 6F | 65 | 27 | 0 | 9 | 41 | 38 | 34 | 30 | 1D |
| Octal | 157 | 145 | 47 | 0 | 11 | 101 | 70 | 64 | 60 | 35 |
| Binary | 1101111 | 1100101 | 100111 | 0 | 1001 | 1000001 | 111000 | 110100 | 110000 | 11101 |
Color Harmonies of #6F6527
Complementary color
Monochromatic Colors of #6F6527
Black with #6F6527
Text Example
Text Example
White with #6F6527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6527; }
p { color: rgb(111,101,39); }
H1.HeaderClassName
{
color: #6F6527;
}
.AnyTagClassName
{
color: #6F6527;
}
</style>
background-color css
<style>
a { background-color: #6F6527; }
a { background-color: rgb(111,101,39); }
div.DivClassName
{
background-color: #6F6527;
}
.BgClassName
{
background-color: #6F6527;
}
</style>
border-color css
<style>
span { border-color: #6F6527; }
span { border-color: rgb(111,101,39); }
td.TdClassName
{
border-color: #6F6527;
}
.TagClassName
{
border-color: #6F6527;
}
</style>