Shades of Himalaya #6F6935
Tints of Himalaya #6F6935
RGB
CMYK
RGB Variations
Color information
#6F6935 (or 0x6F6935) is known color: Himalaya. HEX triplet: 6F, 69 and 35. RGB value is (111,105,53). Sum of RGB (Red+Green+Blue) = 111+105+53=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6935 is #9096CA. Grayscale: #656565. Windows color (decimal): -9475787 or 3500399. OLE color: 3500399.
HSL color Cylindrical-coordinate representation of color #6F6935: hue angle of 53.79º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F6935 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 105 | 53 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.56 |
| HSL | 53.79º | 0.35% | 0.32% | - |
| HSV(B) | 53.79º | 0.52% | 0.44% | - |
| XYZ | 12.25 | 13.74 | 5.37 | - |
| YUV | 100.87 | 100.99 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 53 | 0 | 0.05 | 0.52 | 0.56 | 53.79 | 0.35 | 0.32 |
| Hex | 6F | 69 | 35 | 0 | 5 | 34 | 38 | 36 | 23 | 20 |
| Octal | 157 | 151 | 65 | 0 | 5 | 64 | 70 | 66 | 43 | 40 |
| Binary | 1101111 | 1101001 | 110101 | 0 | 101 | 110100 | 111000 | 110110 | 100011 | 100000 |
Color Harmonies of #6F6935
Complementary color
Monochromatic Colors of #6F6935
Black with #6F6935
Text Example
Text Example
White with #6F6935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6935; }
p { color: rgb(111,105,53); }
H1.HeaderClassName
{
color: #6F6935;
}
.AnyTagClassName
{
color: #6F6935;
}
</style>
background-color css
<style>
a { background-color: #6F6935; }
a { background-color: rgb(111,105,53); }
div.DivClassName
{
background-color: #6F6935;
}
.BgClassName
{
background-color: #6F6935;
}
</style>
border-color css
<style>
span { border-color: #6F6935; }
span { border-color: rgb(111,105,53); }
td.TdClassName
{
border-color: #6F6935;
}
.TagClassName
{
border-color: #6F6935;
}
</style>