Shades of Himalaya #6D5F30
Tints of Himalaya #6D5F30
RGB
CMYK
RGB Variations
Color information
#6D5F30 (or 0x6D5F30) is known color: Himalaya. HEX triplet: 6D, 5F and 30. RGB value is (109,95,48). Sum of RGB (Red+Green+Blue) = 109+95+48=252 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.25% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5F30 is #92A0CF. Grayscale: #5E5E5E. Windows color (decimal): -9609424 or 3170157. OLE color: 3170157.
HSL color Cylindrical-coordinate representation of color #6D5F30: hue angle of 46.23º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D5F30 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 95 | 48 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.57 |
| HSL | 46.23º | 0.39% | 0.31% | - |
| HSV(B) | 46.23º | 0.56% | 0.43% | - |
| XYZ | 10.93 | 11.65 | 4.47 | - |
| YUV | 93.83 | 102.14 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 95 | 48 | 0 | 0.13 | 0.56 | 0.57 | 46.23 | 0.39 | 0.31 |
| Hex | 6D | 5F | 30 | 0 | D | 38 | 39 | 2E | 27 | 1F |
| Octal | 155 | 137 | 60 | 0 | 15 | 70 | 71 | 56 | 47 | 37 |
| Binary | 1101101 | 1011111 | 110000 | 0 | 1101 | 111000 | 111001 | 101110 | 100111 | 11111 |
Color Harmonies of #6D5F30
Complementary color
Monochromatic Colors of #6D5F30
Black with #6D5F30
Text Example
Text Example
White with #6D5F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5F30; }
p { color: rgb(109,95,48); }
H1.HeaderClassName
{
color: #6D5F30;
}
.AnyTagClassName
{
color: #6D5F30;
}
</style>
background-color css
<style>
a { background-color: #6D5F30; }
a { background-color: rgb(109,95,48); }
div.DivClassName
{
background-color: #6D5F30;
}
.BgClassName
{
background-color: #6D5F30;
}
</style>
border-color css
<style>
span { border-color: #6D5F30; }
span { border-color: rgb(109,95,48); }
td.TdClassName
{
border-color: #6D5F30;
}
.TagClassName
{
border-color: #6D5F30;
}
</style>