Shades of Himalaya #6F5D31
Tints of Himalaya #6F5D31
RGB
CMYK
RGB Variations
Color information
#6F5D31 (or 0x6F5D31) is known color: Himalaya. HEX triplet: 6F, 5D and 31. RGB value is (111,93,49). Sum of RGB (Red+Green+Blue) = 111+93+49=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5D31 is #90A2CE. Grayscale: #5D5D5D. Windows color (decimal): -9478863 or 3235183. OLE color: 3235183.
HSL color Cylindrical-coordinate representation of color #6F5D31: hue angle of 42.58º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F5D31 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 93 | 49 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.56 |
| HSL | 42.58º | 0.39% | 0.31% | - |
| HSV(B) | 42.58º | 0.56% | 0.44% | - |
| XYZ | 11.02 | 11.43 | 4.53 | - |
| YUV | 93.37 | 102.96 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 93 | 49 | 0 | 0.16 | 0.56 | 0.56 | 42.58 | 0.39 | 0.31 |
| Hex | 6F | 5D | 31 | 0 | 10 | 38 | 38 | 2B | 27 | 1F |
| Octal | 157 | 135 | 61 | 0 | 20 | 70 | 70 | 53 | 47 | 37 |
| Binary | 1101111 | 1011101 | 110001 | 0 | 10000 | 111000 | 111000 | 101011 | 100111 | 11111 |
Color Harmonies of #6F5D31
Complementary color
Monochromatic Colors of #6F5D31
Black with #6F5D31
Text Example
Text Example
White with #6F5D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5D31; }
p { color: rgb(111,93,49); }
H1.HeaderClassName
{
color: #6F5D31;
}
.AnyTagClassName
{
color: #6F5D31;
}
</style>
background-color css
<style>
a { background-color: #6F5D31; }
a { background-color: rgb(111,93,49); }
div.DivClassName
{
background-color: #6F5D31;
}
.BgClassName
{
background-color: #6F5D31;
}
</style>
border-color css
<style>
span { border-color: #6F5D31; }
span { border-color: rgb(111,93,49); }
td.TdClassName
{
border-color: #6F5D31;
}
.TagClassName
{
border-color: #6F5D31;
}
</style>