Shades of Himalaya #6C5D27
Tints of Himalaya #6C5D27
RGB
CMYK
RGB Variations
Color information
#6C5D27 (or 0x6C5D27) is known color: Himalaya. HEX triplet: 6C, 5D and 27. RGB value is (108,93,39). Sum of RGB (Red+Green+Blue) = 108+93+39=240 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5D27 is #93A2D8. Grayscale: #5B5B5B. Windows color (decimal): -9675481 or 2579820. OLE color: 2579820.
HSL color Cylindrical-coordinate representation of color #6C5D27: hue angle of 46.96º 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 #6C5D27 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 93 | 39 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.58 |
| HSL | 46.96º | 0.47% | 0.29% | - |
| HSV(B) | 46.96º | 0.64% | 0.42% | - |
| XYZ | 10.46 | 11.16 | 3.52 | - |
| YUV | 91.33 | 98.47 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 93 | 39 | 0 | 0.14 | 0.64 | 0.58 | 46.96 | 0.47 | 0.29 |
| Hex | 6C | 5D | 27 | 0 | E | 40 | 3A | 2F | 2F | 1D |
| Octal | 154 | 135 | 47 | 0 | 16 | 100 | 72 | 57 | 57 | 35 |
| Binary | 1101100 | 1011101 | 100111 | 0 | 1110 | 1000000 | 111010 | 101111 | 101111 | 11101 |
Color Harmonies of #6C5D27
Complementary color
Monochromatic Colors of #6C5D27
Black with #6C5D27
Text Example
Text Example
White with #6C5D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5D27; }
p { color: rgb(108,93,39); }
H1.HeaderClassName
{
color: #6C5D27;
}
.AnyTagClassName
{
color: #6C5D27;
}
</style>
background-color css
<style>
a { background-color: #6C5D27; }
a { background-color: rgb(108,93,39); }
div.DivClassName
{
background-color: #6C5D27;
}
.BgClassName
{
background-color: #6C5D27;
}
</style>
border-color css
<style>
span { border-color: #6C5D27; }
span { border-color: rgb(108,93,39); }
td.TdClassName
{
border-color: #6C5D27;
}
.TagClassName
{
border-color: #6C5D27;
}
</style>