Shades of Himalaya #6D5F23
Tints of Himalaya #6D5F23
RGB
CMYK
RGB Variations
Color information
#6D5F23 (or 0x6D5F23) is known color: Himalaya. HEX triplet: 6D, 5F and 23. RGB value is (109,95,35). Sum of RGB (Red+Green+Blue) = 109+95+35=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 35 (14.06% from 255 or 14.64% from 239); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5F23 is #92A0DC. Grayscale: #5C5C5C. Windows color (decimal): -9609437 or 2318189. OLE color: 2318189.
HSL color Cylindrical-coordinate representation of color #6D5F23: hue angle of 48.65º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D5F23 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 95 | 35 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.57 |
| HSL | 48.65º | 0.51% | 0.28% | - |
| HSV(B) | 48.65º | 0.68% | 0.43% | - |
| XYZ | 10.7 | 11.56 | 3.26 | - |
| YUV | 92.35 | 95.64 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 95 | 35 | 0 | 0.13 | 0.68 | 0.57 | 48.65 | 0.51 | 0.28 |
| Hex | 6D | 5F | 23 | 0 | D | 44 | 39 | 31 | 33 | 1C |
| Octal | 155 | 137 | 43 | 0 | 15 | 104 | 71 | 61 | 63 | 34 |
| Binary | 1101101 | 1011111 | 100011 | 0 | 1101 | 1000100 | 111001 | 110001 | 110011 | 11100 |
Color Harmonies of #6D5F23
Complementary color
Monochromatic Colors of #6D5F23
Black with #6D5F23
Text Example
Text Example
White with #6D5F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5F23; }
p { color: rgb(109,95,35); }
H1.HeaderClassName
{
color: #6D5F23;
}
.AnyTagClassName
{
color: #6D5F23;
}
</style>
background-color css
<style>
a { background-color: #6D5F23; }
a { background-color: rgb(109,95,35); }
div.DivClassName
{
background-color: #6D5F23;
}
.BgClassName
{
background-color: #6D5F23;
}
</style>
border-color css
<style>
span { border-color: #6D5F23; }
span { border-color: rgb(109,95,35); }
td.TdClassName
{
border-color: #6D5F23;
}
.TagClassName
{
border-color: #6D5F23;
}
</style>