Shades of Himalaya #6C6027
Tints of Himalaya #6C6027
RGB
CMYK
RGB Variations
Color information
#6C6027 (or 0x6C6027) is known color: Himalaya. HEX triplet: 6C, 60 and 27. RGB value is (108,96,39). Sum of RGB (Red+Green+Blue) = 108+96+39=243 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.44% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6027 is #939FD8. Grayscale: #5D5D5D. Windows color (decimal): -9674713 or 2580588. OLE color: 2580588.
HSL color Cylindrical-coordinate representation of color #6C6027: hue angle of 49.57º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C6027 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 96 | 39 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.58 |
| HSL | 49.57º | 0.47% | 0.29% | - |
| HSV(B) | 49.57º | 0.64% | 0.42% | - |
| XYZ | 10.73 | 11.7 | 3.61 | - |
| YUV | 93.09 | 97.48 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 96 | 39 | 0 | 0.11 | 0.64 | 0.58 | 49.57 | 0.47 | 0.29 |
| Hex | 6C | 60 | 27 | 0 | B | 40 | 3A | 32 | 2F | 1D |
| Octal | 154 | 140 | 47 | 0 | 13 | 100 | 72 | 62 | 57 | 35 |
| Binary | 1101100 | 1100000 | 100111 | 0 | 1011 | 1000000 | 111010 | 110010 | 101111 | 11101 |
Color Harmonies of #6C6027
Complementary color
Monochromatic Colors of #6C6027
Black with #6C6027
Text Example
Text Example
White with #6C6027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6027; }
p { color: rgb(108,96,39); }
H1.HeaderClassName
{
color: #6C6027;
}
.AnyTagClassName
{
color: #6C6027;
}
</style>
background-color css
<style>
a { background-color: #6C6027; }
a { background-color: rgb(108,96,39); }
div.DivClassName
{
background-color: #6C6027;
}
.BgClassName
{
background-color: #6C6027;
}
</style>
border-color css
<style>
span { border-color: #6C6027; }
span { border-color: rgb(108,96,39); }
td.TdClassName
{
border-color: #6C6027;
}
.TagClassName
{
border-color: #6C6027;
}
</style>