Shades of Himalaya #6E6327
Tints of Himalaya #6E6327
RGB
CMYK
RGB Variations
Color information
#6E6327 (or 0x6E6327) is known color: Himalaya. HEX triplet: 6E, 63 and 27. RGB value is (110,99,39). Sum of RGB (Red+Green+Blue) = 110+99+39=248 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.35% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6327 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6327 is #919CD8. Grayscale: #5F5F5F. Windows color (decimal): -9542873 or 2581358. OLE color: 2581358.
HSL color Cylindrical-coordinate representation of color #6E6327: hue angle of 50.7º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E6327 is Cyan = 0, Magento = 0.1, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 99 | 39 | - |
| CMYK | 0 | 0.1 | 0.65 | 0.57 |
| HSL | 50.7º | 0.48% | 0.29% | - |
| HSV(B) | 50.7º | 0.65% | 0.43% | - |
| XYZ | 11.26 | 12.39 | 3.72 | - |
| YUV | 95.45 | 96.14 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 99 | 39 | 0 | 0.1 | 0.65 | 0.57 | 50.7 | 0.48 | 0.29 |
| Hex | 6E | 63 | 27 | 0 | A | 41 | 39 | 33 | 30 | 1D |
| Octal | 156 | 143 | 47 | 0 | 12 | 101 | 71 | 63 | 60 | 35 |
| Binary | 1101110 | 1100011 | 100111 | 0 | 1010 | 1000001 | 111001 | 110011 | 110000 | 11101 |
Color Harmonies of #6E6327
Complementary color
Monochromatic Colors of #6E6327
Black with #6E6327
Text Example
Text Example
White with #6E6327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6327; }
p { color: rgb(110,99,39); }
H1.HeaderClassName
{
color: #6E6327;
}
.AnyTagClassName
{
color: #6E6327;
}
</style>
background-color css
<style>
a { background-color: #6E6327; }
a { background-color: rgb(110,99,39); }
div.DivClassName
{
background-color: #6E6327;
}
.BgClassName
{
background-color: #6E6327;
}
</style>
border-color css
<style>
span { border-color: #6E6327; }
span { border-color: rgb(110,99,39); }
td.TdClassName
{
border-color: #6E6327;
}
.TagClassName
{
border-color: #6E6327;
}
</style>