Shades of Himalaya #6F652C
Tints of Himalaya #6F652C
RGB
CMYK
RGB Variations
Color information
#6F652C (or 0x6F652C) is known color: Himalaya. HEX triplet: 6F, 65 and 2C. RGB value is (111,101,44). Sum of RGB (Red+Green+Blue) = 111+101+44=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F652C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F652C is #909AD3. Grayscale: #616161. Windows color (decimal): -9476820 or 2909551. OLE color: 2909551.
HSL color Cylindrical-coordinate representation of color #6F652C: hue angle of 51.04º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F652C is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 101 | 44 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.56 |
| HSL | 51.04º | 0.43% | 0.3% | - |
| HSV(B) | 51.04º | 0.6% | 0.44% | - |
| XYZ | 11.66 | 12.87 | 4.25 | - |
| YUV | 97.49 | 97.81 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 44 | 0 | 0.09 | 0.60 | 0.56 | 51.04 | 0.43 | 0.3 |
| Hex | 6F | 65 | 2C | 0 | 9 | 3C | 38 | 33 | 2B | 1E |
| Octal | 157 | 145 | 54 | 0 | 11 | 74 | 70 | 63 | 53 | 36 |
| Binary | 1101111 | 1100101 | 101100 | 0 | 1001 | 111100 | 111000 | 110011 | 101011 | 11110 |
Color Harmonies of #6F652C
Complementary color
Monochromatic Colors of #6F652C
Black with #6F652C
Text Example
Text Example
White with #6F652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F652C; }
p { color: rgb(111,101,44); }
H1.HeaderClassName
{
color: #6F652C;
}
.AnyTagClassName
{
color: #6F652C;
}
</style>
background-color css
<style>
a { background-color: #6F652C; }
a { background-color: rgb(111,101,44); }
div.DivClassName
{
background-color: #6F652C;
}
.BgClassName
{
background-color: #6F652C;
}
</style>
border-color css
<style>
span { border-color: #6F652C; }
span { border-color: rgb(111,101,44); }
td.TdClassName
{
border-color: #6F652C;
}
.TagClassName
{
border-color: #6F652C;
}
</style>