Shades of Himalaya #6F5D32
Tints of Himalaya #6F5D32
RGB
CMYK
RGB Variations
Color information
#6F5D32 (or 0x6F5D32) is known color: Himalaya. HEX triplet: 6F, 5D and 32. RGB value is (111,93,50). Sum of RGB (Red+Green+Blue) = 111+93+50=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5D32 is #90A2CD. Grayscale: #5D5D5D. Windows color (decimal): -9478862 or 3300719. OLE color: 3300719.
HSL color Cylindrical-coordinate representation of color #6F5D32: hue angle of 42.3º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F5D32 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 93 | 50 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.56 |
| HSL | 42.3º | 0.38% | 0.32% | - |
| HSV(B) | 42.3º | 0.55% | 0.44% | - |
| XYZ | 11.05 | 11.44 | 4.64 | - |
| YUV | 93.48 | 103.46 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 93 | 50 | 0 | 0.16 | 0.55 | 0.56 | 42.3 | 0.38 | 0.32 |
| Hex | 6F | 5D | 32 | 0 | 10 | 37 | 38 | 2A | 26 | 20 |
| Octal | 157 | 135 | 62 | 0 | 20 | 67 | 70 | 52 | 46 | 40 |
| Binary | 1101111 | 1011101 | 110010 | 0 | 10000 | 110111 | 111000 | 101010 | 100110 | 100000 |
Color Harmonies of #6F5D32
Complementary color
Monochromatic Colors of #6F5D32
Black with #6F5D32
Text Example
Text Example
White with #6F5D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5D32; }
p { color: rgb(111,93,50); }
H1.HeaderClassName
{
color: #6F5D32;
}
.AnyTagClassName
{
color: #6F5D32;
}
</style>
background-color css
<style>
a { background-color: #6F5D32; }
a { background-color: rgb(111,93,50); }
div.DivClassName
{
background-color: #6F5D32;
}
.BgClassName
{
background-color: #6F5D32;
}
</style>
border-color css
<style>
span { border-color: #6F5D32; }
span { border-color: rgb(111,93,50); }
td.TdClassName
{
border-color: #6F5D32;
}
.TagClassName
{
border-color: #6F5D32;
}
</style>