Shades of Himalaya #6D6026
Tints of Himalaya #6D6026
RGB
CMYK
RGB Variations
Color information
#6D6026 (or 0x6D6026) is known color: Himalaya. HEX triplet: 6D, 60 and 26. RGB value is (109,96,38). Sum of RGB (Red+Green+Blue) = 109+96+38=243 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.86% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6026 is #929FD9. Grayscale: #5D5D5D. Windows color (decimal): -9609178 or 2515053. OLE color: 2515053.
HSL color Cylindrical-coordinate representation of color #6D6026: hue angle of 49.01º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D6026 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 96 | 38 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.57 |
| HSL | 49.01º | 0.48% | 0.29% | - |
| HSV(B) | 49.01º | 0.65% | 0.43% | - |
| XYZ | 10.84 | 11.76 | 3.53 | - |
| YUV | 93.28 | 96.81 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 96 | 38 | 0 | 0.12 | 0.65 | 0.57 | 49.01 | 0.48 | 0.29 |
| Hex | 6D | 60 | 26 | 0 | C | 41 | 39 | 31 | 30 | 1D |
| Octal | 155 | 140 | 46 | 0 | 14 | 101 | 71 | 61 | 60 | 35 |
| Binary | 1101101 | 1100000 | 100110 | 0 | 1100 | 1000001 | 111001 | 110001 | 110000 | 11101 |
Color Harmonies of #6D6026
Complementary color
Monochromatic Colors of #6D6026
Black with #6D6026
Text Example
Text Example
White with #6D6026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6026; }
p { color: rgb(109,96,38); }
H1.HeaderClassName
{
color: #6D6026;
}
.AnyTagClassName
{
color: #6D6026;
}
</style>
background-color css
<style>
a { background-color: #6D6026; }
a { background-color: rgb(109,96,38); }
div.DivClassName
{
background-color: #6D6026;
}
.BgClassName
{
background-color: #6D6026;
}
</style>
border-color css
<style>
span { border-color: #6D6026; }
span { border-color: rgb(109,96,38); }
td.TdClassName
{
border-color: #6D6026;
}
.TagClassName
{
border-color: #6D6026;
}
</style>