Shades of Himalaya #685C32
Tints of Himalaya #685C32
RGB
CMYK
RGB Variations
Color information
#685C32 (or 0x685C32) is known color: Himalaya. HEX triplet: 68, 5C and 32. RGB value is (104,92,50). Sum of RGB (Red+Green+Blue) = 104+92+50=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #685C32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685C32 is #97A3CD. Grayscale: #5A5A5A. Windows color (decimal): -9937870 or 3300456. OLE color: 3300456.
HSL color Cylindrical-coordinate representation of color #685C32: hue angle of 46.67º 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 #685C32 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 92 | 50 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.59 |
| HSL | 46.67º | 0.35% | 0.3% | - |
| HSV(B) | 46.67º | 0.52% | 0.41% | - |
| XYZ | 10.11 | 10.83 | 4.57 | - |
| YUV | 90.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 50 | 0 | 0.12 | 0.52 | 0.59 | 46.67 | 0.35 | 0.3 |
| Hex | 68 | 5C | 32 | 0 | C | 34 | 3B | 2F | 23 | 1E |
| Octal | 150 | 134 | 62 | 0 | 14 | 64 | 73 | 57 | 43 | 36 |
| Binary | 1101000 | 1011100 | 110010 | 0 | 1100 | 110100 | 111011 | 101111 | 100011 | 11110 |
Color Harmonies of #685C32
Complementary color
Monochromatic Colors of #685C32
Black with #685C32
Text Example
Text Example
White with #685C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685C32; }
p { color: rgb(104,92,50); }
H1.HeaderClassName
{
color: #685C32;
}
.AnyTagClassName
{
color: #685C32;
}
</style>
background-color css
<style>
a { background-color: #685C32; }
a { background-color: rgb(104,92,50); }
div.DivClassName
{
background-color: #685C32;
}
.BgClassName
{
background-color: #685C32;
}
</style>
border-color css
<style>
span { border-color: #685C32; }
span { border-color: rgb(104,92,50); }
td.TdClassName
{
border-color: #685C32;
}
.TagClassName
{
border-color: #685C32;
}
</style>