Shades of Himalaya #6F602E
Tints of Himalaya #6F602E
RGB
CMYK
RGB Variations
Color information
#6F602E (or 0x6F602E) is known color: Himalaya. HEX triplet: 6F, 60 and 2E. RGB value is (111,96,46). Sum of RGB (Red+Green+Blue) = 111+96+46=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 111 - color contains mainly: red. Hex color #6F602E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F602E is #909FD1. Grayscale: #5F5F5F. Windows color (decimal): -9478098 or 3039343. OLE color: 3039343.
HSL color Cylindrical-coordinate representation of color #6F602E: hue angle of 46.15º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F602E is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 96 | 46 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.56 |
| HSL | 46.15º | 0.41% | 0.31% | - |
| HSV(B) | 46.15º | 0.59% | 0.44% | - |
| XYZ | 11.23 | 11.94 | 4.3 | - |
| YUV | 94.79 | 100.47 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 46 | 0 | 0.14 | 0.59 | 0.56 | 46.15 | 0.41 | 0.31 |
| Hex | 6F | 60 | 2E | 0 | E | 3B | 38 | 2E | 29 | 1F |
| Octal | 157 | 140 | 56 | 0 | 16 | 73 | 70 | 56 | 51 | 37 |
| Binary | 1101111 | 1100000 | 101110 | 0 | 1110 | 111011 | 111000 | 101110 | 101001 | 11111 |
Color Harmonies of #6F602E
Complementary color
Monochromatic Colors of #6F602E
Black with #6F602E
Text Example
Text Example
White with #6F602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F602E; }
p { color: rgb(111,96,46); }
H1.HeaderClassName
{
color: #6F602E;
}
.AnyTagClassName
{
color: #6F602E;
}
</style>
background-color css
<style>
a { background-color: #6F602E; }
a { background-color: rgb(111,96,46); }
div.DivClassName
{
background-color: #6F602E;
}
.BgClassName
{
background-color: #6F602E;
}
</style>
border-color css
<style>
span { border-color: #6F602E; }
span { border-color: rgb(111,96,46); }
td.TdClassName
{
border-color: #6F602E;
}
.TagClassName
{
border-color: #6F602E;
}
</style>