Shades of Himalaya #6F652A
Tints of Himalaya #6F652A
RGB
CMYK
RGB Variations
Color information
#6F652A (or 0x6F652A) is known color: Himalaya. HEX triplet: 6F, 65 and 2A. RGB value is (111,101,42). Sum of RGB (Red+Green+Blue) = 111+101+42=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F652A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F652A is #909AD5. Grayscale: #616161. Windows color (decimal): -9476822 or 2778479. OLE color: 2778479.
HSL color Cylindrical-coordinate representation of color #6F652A: hue angle of 51.3º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F652A is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 101 | 42 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.56 |
| HSL | 51.3º | 0.45% | 0.3% | - |
| HSV(B) | 51.3º | 0.62% | 0.44% | - |
| XYZ | 11.63 | 12.85 | 4.06 | - |
| YUV | 97.26 | 96.81 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 42 | 0 | 0.09 | 0.62 | 0.56 | 51.3 | 0.45 | 0.3 |
| Hex | 6F | 65 | 2A | 0 | 9 | 3E | 38 | 33 | 2D | 1E |
| Octal | 157 | 145 | 52 | 0 | 11 | 76 | 70 | 63 | 55 | 36 |
| Binary | 1101111 | 1100101 | 101010 | 0 | 1001 | 111110 | 111000 | 110011 | 101101 | 11110 |
Color Harmonies of #6F652A
Complementary color
Monochromatic Colors of #6F652A
Black with #6F652A
Text Example
Text Example
White with #6F652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F652A; }
p { color: rgb(111,101,42); }
H1.HeaderClassName
{
color: #6F652A;
}
.AnyTagClassName
{
color: #6F652A;
}
</style>
background-color css
<style>
a { background-color: #6F652A; }
a { background-color: rgb(111,101,42); }
div.DivClassName
{
background-color: #6F652A;
}
.BgClassName
{
background-color: #6F652A;
}
</style>
border-color css
<style>
span { border-color: #6F652A; }
span { border-color: rgb(111,101,42); }
td.TdClassName
{
border-color: #6F652A;
}
.TagClassName
{
border-color: #6F652A;
}
</style>