#685D32

Color #685D32 Himalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Himalaya #685D32

Tints of Himalaya #685D32

Color information

#685D32 (or 0x685D32) is unknown color: approx 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

RGB1049350-
CMYK00.110.520.59
HSL47.78º35.06%30.2%-
HSV(B)47.78º51.92%40.78%-
XYZ10.2114.6-
YUV91.39104.64137-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 42.11%
GREEN value IS 93 (36.72% from 255) = 37.65%
BLUE value IS 50 (19.92% from 255) = 20.24%
R=42.11%
G=37.65%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104935000.110.520.5947.7835.0630.2
Hex685D320B343B30231e
Octal150135620136473604336
Binary110100010111011100100101111010011101111000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>