Shades of Himalaya #685D31
Tints of Himalaya #685D31
RGB
CMYK
RGB Variations
Color information
#685D31 (or 0x685D31) is known color: Himalaya. HEX triplet: 68, 5D and 31. RGB value is (104,93,49). Sum of RGB (Red+Green+Blue) = 104+93+49=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #685D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685D31 is #97A2CE. Grayscale: #5B5B5B. Windows color (decimal): -9937615 or 3235176. OLE color: 3235176.
HSL color Cylindrical-coordinate representation of color #685D31: hue angle of 48º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #685D31 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 93 | 49 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.59 |
| HSL | 48º | 0.36% | 0.3% | - |
| HSV(B) | 48º | 0.53% | 0.41% | - |
| XYZ | 10.18 | 10.99 | 4.49 | - |
| YUV | 91.27 | 104.14 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 49 | 0 | 0.11 | 0.53 | 0.59 | 48 | 0.36 | 0.3 |
| Hex | 68 | 5D | 31 | 0 | B | 35 | 3B | 30 | 24 | 1E |
| Octal | 150 | 135 | 61 | 0 | 13 | 65 | 73 | 60 | 44 | 36 |
| Binary | 1101000 | 1011101 | 110001 | 0 | 1011 | 110101 | 111011 | 110000 | 100100 | 11110 |
Color Harmonies of #685D31
Complementary color
Monochromatic Colors of #685D31
Black with #685D31
Text Example
Text Example
White with #685D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D31; }
p { color: rgb(104,93,49); }
H1.HeaderClassName
{
color: #685D31;
}
.AnyTagClassName
{
color: #685D31;
}
</style>
background-color css
<style>
a { background-color: #685D31; }
a { background-color: rgb(104,93,49); }
div.DivClassName
{
background-color: #685D31;
}
.BgClassName
{
background-color: #685D31;
}
</style>
border-color css
<style>
span { border-color: #685D31; }
span { border-color: rgb(104,93,49); }
td.TdClassName
{
border-color: #685D31;
}
.TagClassName
{
border-color: #685D31;
}
</style>