Shades of Himalaya #685D35
Tints of Himalaya #685D35
RGB
CMYK
RGB Variations
Color information
#685D35 (or 0x685D35) is known color: Himalaya. HEX triplet: 68, 5D and 35. RGB value is (104,93,53). Sum of RGB (Red+Green+Blue) = 104+93+53=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #685D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685D35 is #97A2CA. Grayscale: #5B5B5B. Windows color (decimal): -9937611 or 3497320. OLE color: 3497320.
HSL color Cylindrical-coordinate representation of color #685D35: hue angle of 47.06º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #685D35 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 93 | 53 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.59 |
| HSL | 47.06º | 0.32% | 0.31% | - |
| HSV(B) | 47.06º | 0.49% | 0.41% | - |
| XYZ | 10.27 | 11.03 | 4.96 | - |
| YUV | 91.73 | 106.14 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 53 | 0 | 0.11 | 0.49 | 0.59 | 47.06 | 0.32 | 0.31 |
| Hex | 68 | 5D | 35 | 0 | B | 31 | 3B | 2F | 20 | 1F |
| Octal | 150 | 135 | 65 | 0 | 13 | 61 | 73 | 57 | 40 | 37 |
| Binary | 1101000 | 1011101 | 110101 | 0 | 1011 | 110001 | 111011 | 101111 | 100000 | 11111 |
Color Harmonies of #685D35
Complementary color
Monochromatic Colors of #685D35
Black with #685D35
Text Example
Text Example
White with #685D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D35; }
p { color: rgb(104,93,53); }
H1.HeaderClassName
{
color: #685D35;
}
.AnyTagClassName
{
color: #685D35;
}
</style>
background-color css
<style>
a { background-color: #685D35; }
a { background-color: rgb(104,93,53); }
div.DivClassName
{
background-color: #685D35;
}
.BgClassName
{
background-color: #685D35;
}
</style>
border-color css
<style>
span { border-color: #685D35; }
span { border-color: rgb(104,93,53); }
td.TdClassName
{
border-color: #685D35;
}
.TagClassName
{
border-color: #685D35;
}
</style>