Shades of Himalaya #6C6439
Tints of Himalaya #6C6439
RGB
CMYK
RGB Variations
Color information
#6C6439 (or 0x6C6439) is known color: Himalaya. HEX triplet: 6C, 64 and 39. RGB value is (108,100,57). Sum of RGB (Red+Green+Blue) = 108+100+57=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6439 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6439 is #939BC6. Grayscale: #616161. Windows color (decimal): -9673671 or 3761260. OLE color: 3761260.
HSL color Cylindrical-coordinate representation of color #6C6439: hue angle of 50.59º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C6439 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 100 | 57 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.58 |
| HSL | 50.59º | 0.31% | 0.32% | - |
| HSV(B) | 50.59º | 0.47% | 0.42% | - |
| XYZ | 11.48 | 12.6 | 5.7 | - |
| YUV | 97.49 | 105.15 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 100 | 57 | 0 | 0.07 | 0.47 | 0.58 | 50.59 | 0.31 | 0.32 |
| Hex | 6C | 64 | 39 | 0 | 7 | 2F | 3A | 33 | 1F | 20 |
| Octal | 154 | 144 | 71 | 0 | 7 | 57 | 72 | 63 | 37 | 40 |
| Binary | 1101100 | 1100100 | 111001 | 0 | 111 | 101111 | 111010 | 110011 | 11111 | 100000 |
Color Harmonies of #6C6439
Complementary color
Monochromatic Colors of #6C6439
Black with #6C6439
Text Example
Text Example
White with #6C6439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6439; }
p { color: rgb(108,100,57); }
H1.HeaderClassName
{
color: #6C6439;
}
.AnyTagClassName
{
color: #6C6439;
}
</style>
background-color css
<style>
a { background-color: #6C6439; }
a { background-color: rgb(108,100,57); }
div.DivClassName
{
background-color: #6C6439;
}
.BgClassName
{
background-color: #6C6439;
}
</style>
border-color css
<style>
span { border-color: #6C6439; }
span { border-color: rgb(108,100,57); }
td.TdClassName
{
border-color: #6C6439;
}
.TagClassName
{
border-color: #6C6439;
}
</style>