Shades of Himalaya #6F652B
Tints of Himalaya #6F652B
RGB
CMYK
RGB Variations
Color information
#6F652B (or 0x6F652B) is known color: Himalaya. HEX triplet: 6F, 65 and 2B. RGB value is (111,101,43). Sum of RGB (Red+Green+Blue) = 111+101+43=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F652B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F652B is #909AD4. Grayscale: #616161. Windows color (decimal): -9476821 or 2844015. OLE color: 2844015.
HSL color Cylindrical-coordinate representation of color #6F652B: hue angle of 51.18º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F652B is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 101 | 43 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.56 |
| HSL | 51.18º | 0.44% | 0.3% | - |
| HSV(B) | 51.18º | 0.61% | 0.44% | - |
| XYZ | 11.65 | 12.86 | 4.15 | - |
| YUV | 97.38 | 97.31 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 43 | 0 | 0.09 | 0.61 | 0.56 | 51.18 | 0.44 | 0.3 |
| Hex | 6F | 65 | 2B | 0 | 9 | 3D | 38 | 33 | 2C | 1E |
| Octal | 157 | 145 | 53 | 0 | 11 | 75 | 70 | 63 | 54 | 36 |
| Binary | 1101111 | 1100101 | 101011 | 0 | 1001 | 111101 | 111000 | 110011 | 101100 | 11110 |
Color Harmonies of #6F652B
Complementary color
Monochromatic Colors of #6F652B
Black with #6F652B
Text Example
Text Example
White with #6F652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F652B; }
p { color: rgb(111,101,43); }
H1.HeaderClassName
{
color: #6F652B;
}
.AnyTagClassName
{
color: #6F652B;
}
</style>
background-color css
<style>
a { background-color: #6F652B; }
a { background-color: rgb(111,101,43); }
div.DivClassName
{
background-color: #6F652B;
}
.BgClassName
{
background-color: #6F652B;
}
</style>
border-color css
<style>
span { border-color: #6F652B; }
span { border-color: rgb(111,101,43); }
td.TdClassName
{
border-color: #6F652B;
}
.TagClassName
{
border-color: #6F652B;
}
</style>