Shades of Himalaya #6D6028
Tints of Himalaya #6D6028
RGB
CMYK
RGB Variations
Color information
#6D6028 (or 0x6D6028) is known color: Himalaya. HEX triplet: 6D, 60 and 28. RGB value is (109,96,40). Sum of RGB (Red+Green+Blue) = 109+96+40=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6028 is #929FD7. Grayscale: #5D5D5D. Windows color (decimal): -9609176 or 2646125. OLE color: 2646125.
HSL color Cylindrical-coordinate representation of color #6D6028: hue angle of 48.7º 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 #6D6028 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 96 | 40 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.57 |
| HSL | 48.7º | 0.46% | 0.29% | - |
| HSV(B) | 48.7º | 0.63% | 0.43% | - |
| XYZ | 10.87 | 11.77 | 3.71 | - |
| YUV | 93.5 | 97.81 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 96 | 40 | 0 | 0.12 | 0.63 | 0.57 | 48.7 | 0.46 | 0.29 |
| Hex | 6D | 60 | 28 | 0 | C | 3F | 39 | 31 | 2E | 1D |
| Octal | 155 | 140 | 50 | 0 | 14 | 77 | 71 | 61 | 56 | 35 |
| Binary | 1101101 | 1100000 | 101000 | 0 | 1100 | 111111 | 111001 | 110001 | 101110 | 11101 |
Color Harmonies of #6D6028
Complementary color
Monochromatic Colors of #6D6028
Black with #6D6028
Text Example
Text Example
White with #6D6028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6028; }
p { color: rgb(109,96,40); }
H1.HeaderClassName
{
color: #6D6028;
}
.AnyTagClassName
{
color: #6D6028;
}
</style>
background-color css
<style>
a { background-color: #6D6028; }
a { background-color: rgb(109,96,40); }
div.DivClassName
{
background-color: #6D6028;
}
.BgClassName
{
background-color: #6D6028;
}
</style>
border-color css
<style>
span { border-color: #6D6028; }
span { border-color: rgb(109,96,40); }
td.TdClassName
{
border-color: #6D6028;
}
.TagClassName
{
border-color: #6D6028;
}
</style>