Shades of Himalaya #6D6328
Tints of Himalaya #6D6328
RGB
CMYK
RGB Variations
Color information
#6D6328 (or 0x6D6328) is known color: Himalaya. HEX triplet: 6D, 63 and 28. RGB value is (109,99,40). Sum of RGB (Red+Green+Blue) = 109+99+40=248 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.95% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6328 is #929CD7. Grayscale: #5F5F5F. Windows color (decimal): -9608408 or 2646893. OLE color: 2646893.
HSL color Cylindrical-coordinate representation of color #6D6328: hue angle of 51.3º 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 #6D6328 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 99 | 40 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.57 |
| HSL | 51.3º | 0.46% | 0.29% | - |
| HSV(B) | 51.3º | 0.63% | 0.43% | - |
| XYZ | 11.15 | 12.33 | 3.8 | - |
| YUV | 95.26 | 96.81 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 99 | 40 | 0 | 0.09 | 0.63 | 0.57 | 51.3 | 0.46 | 0.29 |
| Hex | 6D | 63 | 28 | 0 | 9 | 3F | 39 | 33 | 2E | 1D |
| Octal | 155 | 143 | 50 | 0 | 11 | 77 | 71 | 63 | 56 | 35 |
| Binary | 1101101 | 1100011 | 101000 | 0 | 1001 | 111111 | 111001 | 110011 | 101110 | 11101 |
Color Harmonies of #6D6328
Complementary color
Monochromatic Colors of #6D6328
Black with #6D6328
Text Example
Text Example
White with #6D6328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6328; }
p { color: rgb(109,99,40); }
H1.HeaderClassName
{
color: #6D6328;
}
.AnyTagClassName
{
color: #6D6328;
}
</style>
background-color css
<style>
a { background-color: #6D6328; }
a { background-color: rgb(109,99,40); }
div.DivClassName
{
background-color: #6D6328;
}
.BgClassName
{
background-color: #6D6328;
}
</style>
border-color css
<style>
span { border-color: #6D6328; }
span { border-color: rgb(109,99,40); }
td.TdClassName
{
border-color: #6D6328;
}
.TagClassName
{
border-color: #6D6328;
}
</style>