Shades of Himalaya #6F6835
Tints of Himalaya #6F6835
RGB
CMYK
RGB Variations
Color information
#6F6835 (or 0x6F6835) is known color: Himalaya. HEX triplet: 6F, 68 and 35. RGB value is (111,104,53). Sum of RGB (Red+Green+Blue) = 111+104+53=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6835 is #9097CA. Grayscale: #646464. Windows color (decimal): -9476043 or 3500143. OLE color: 3500143.
HSL color Cylindrical-coordinate representation of color #6F6835: hue angle of 52.76º 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 #6F6835 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 53 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.56 |
| HSL | 52.76º | 0.35% | 0.32% | - |
| HSV(B) | 52.76º | 0.52% | 0.44% | - |
| XYZ | 12.15 | 13.54 | 5.34 | - |
| YUV | 100.28 | 101.32 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 53 | 0 | 0.06 | 0.52 | 0.56 | 52.76 | 0.35 | 0.32 |
| Hex | 6F | 68 | 35 | 0 | 6 | 34 | 38 | 35 | 23 | 20 |
| Octal | 157 | 150 | 65 | 0 | 6 | 64 | 70 | 65 | 43 | 40 |
| Binary | 1101111 | 1101000 | 110101 | 0 | 110 | 110100 | 111000 | 110101 | 100011 | 100000 |
Color Harmonies of #6F6835
Complementary color
Monochromatic Colors of #6F6835
Black with #6F6835
Text Example
Text Example
White with #6F6835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6835; }
p { color: rgb(111,104,53); }
H1.HeaderClassName
{
color: #6F6835;
}
.AnyTagClassName
{
color: #6F6835;
}
</style>
background-color css
<style>
a { background-color: #6F6835; }
a { background-color: rgb(111,104,53); }
div.DivClassName
{
background-color: #6F6835;
}
.BgClassName
{
background-color: #6F6835;
}
</style>
border-color css
<style>
span { border-color: #6F6835; }
span { border-color: rgb(111,104,53); }
td.TdClassName
{
border-color: #6F6835;
}
.TagClassName
{
border-color: #6F6835;
}
</style>