Shades of Himalaya #6D6428
Tints of Himalaya #6D6428
RGB
CMYK
RGB Variations
Color information
#6D6428 (or 0x6D6428) is known color: Himalaya. HEX triplet: 6D, 64 and 28. RGB value is (109,100,40). Sum of RGB (Red+Green+Blue) = 109+100+40=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6428 is #929BD7. Grayscale: #606060. Windows color (decimal): -9608152 or 2647149. OLE color: 2647149.
HSL color Cylindrical-coordinate representation of color #6D6428: hue angle of 52.17º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D6428 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 100 | 40 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.57 |
| HSL | 52.17º | 0.46% | 0.29% | - |
| HSV(B) | 52.17º | 0.63% | 0.43% | - |
| XYZ | 11.25 | 12.52 | 3.83 | - |
| YUV | 95.85 | 96.48 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 100 | 40 | 0 | 0.08 | 0.63 | 0.57 | 52.17 | 0.46 | 0.29 |
| Hex | 6D | 64 | 28 | 0 | 8 | 3F | 39 | 34 | 2E | 1D |
| Octal | 155 | 144 | 50 | 0 | 10 | 77 | 71 | 64 | 56 | 35 |
| Binary | 1101101 | 1100100 | 101000 | 0 | 1000 | 111111 | 111001 | 110100 | 101110 | 11101 |
Color Harmonies of #6D6428
Complementary color
Monochromatic Colors of #6D6428
Black with #6D6428
Text Example
Text Example
White with #6D6428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6428; }
p { color: rgb(109,100,40); }
H1.HeaderClassName
{
color: #6D6428;
}
.AnyTagClassName
{
color: #6D6428;
}
</style>
background-color css
<style>
a { background-color: #6D6428; }
a { background-color: rgb(109,100,40); }
div.DivClassName
{
background-color: #6D6428;
}
.BgClassName
{
background-color: #6D6428;
}
</style>
border-color css
<style>
span { border-color: #6D6428; }
span { border-color: rgb(109,100,40); }
td.TdClassName
{
border-color: #6D6428;
}
.TagClassName
{
border-color: #6D6428;
}
</style>