#685D33

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

Shades of Himalaya #685D33

Tints of Himalaya #685D33

Color information

#685D33 (or 0x685D33) is unknown color: approx Himalaya. HEX triplet: 68, 5D and 33. RGB value is (104,93,51). Sum of RGB (Red+Green+Blue) = 104+93+51=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #685D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685D33 is #97A2CC. Grayscale: #5B5B5B. Windows color (decimal): -9937613 or 3366248. OLE color: 3366248.

HSL color Cylindrical-coordinate representation of color #685D33: hue angle of 47.55º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #685D33 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB1049351-
CMYK00.110.510.59
HSL47.55º34.19%30.39%-
HSV(B)47.55º50.96%40.78%-
XYZ10.2211.014.72-
YUV91.5105.14136.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.94%
GREEN value IS 93 (36.72% from 255) = 37.5%
BLUE value IS 51 (20.31% from 255) = 20.56%
R=41.94%
G=37.5%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104935100.110.510.5947.5534.1930.39
Hex685D330B333B30221e
Octal150135630136373604236
Binary110100010111011100110101111001111101111000010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685D33; }

 p { color: rgb(104,93,51); }

 H1.HeaderClassName
 {
   color: #685D33;
 }
 .AnyTagClassName
 {
   color: #685D33;
 }
</style>
background-color css

<style>
 a { background-color: #685D33; }

 a { background-color: rgb(104,93,51); }

 div.DivClassName
 {
   background-color: #685D33;
 }
 .BgClassName
 {
   background-color: #685D33;
 }
</style>
border-color css

<style>
 span { border-color: #685D33; }

 span { border-color: rgb(104,93,51); }

 td.TdClassName
 {
   border-color: #685D33;
 }
 .TagClassName
 {
   border-color: #685D33;
 }
</style>