Shades of Himalaya #685D32
Tints of Himalaya #685D32
RGB
CMYK
RGB Variations
Color information
#685D32 (or 0x685D32) is known color: Himalaya. HEX triplet: 68, 5D and 32. RGB value is (104,93,50). Sum of RGB (Red+Green+Blue) = 104+93+50=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #685D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685D32 is #97A2CD. Grayscale: #5B5B5B. Windows color (decimal): -9937614 or 3300712. OLE color: 3300712.
HSL color Cylindrical-coordinate representation of color #685D32: hue angle of 47.78º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #685D32 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 93 | 50 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.59 |
| HSL | 47.78º | 0.35% | 0.3% | - |
| HSV(B) | 47.78º | 0.52% | 0.41% | - |
| XYZ | 10.2 | 11 | 4.6 | - |
| YUV | 91.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 50 | 0 | 0.11 | 0.52 | 0.59 | 47.78 | 0.35 | 0.3 |
| Hex | 68 | 5D | 32 | 0 | B | 34 | 3B | 30 | 23 | 1E |
| Octal | 150 | 135 | 62 | 0 | 13 | 64 | 73 | 60 | 43 | 36 |
| Binary | 1101000 | 1011101 | 110010 | 0 | 1011 | 110100 | 111011 | 110000 | 100011 | 11110 |
Color Harmonies of #685D32
Complementary color
Monochromatic Colors of #685D32
Black with #685D32
Text Example
Text Example
White with #685D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D32; }
p { color: rgb(104,93,50); }
H1.HeaderClassName
{
color: #685D32;
}
.AnyTagClassName
{
color: #685D32;
}
</style>
background-color css
<style>
a { background-color: #685D32; }
a { background-color: rgb(104,93,50); }
div.DivClassName
{
background-color: #685D32;
}
.BgClassName
{
background-color: #685D32;
}
</style>
border-color css
<style>
span { border-color: #685D32; }
span { border-color: rgb(104,93,50); }
td.TdClassName
{
border-color: #685D32;
}
.TagClassName
{
border-color: #685D32;
}
</style>