#685F35

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

Shades of Himalaya #685F35

Tints of Himalaya #685F35

Color information

#685F35 (or 0x685F35) is unknown color: approx Himalaya. HEX triplet: 68, 5F and 35. RGB value is (104,95,53). Sum of RGB (Red+Green+Blue) = 104+95+53=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #685F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685F35 is #97A0CA. Grayscale: #5D5D5D. Windows color (decimal): -9937099 or 3497832. OLE color: 3497832.

HSL color Cylindrical-coordinate representation of color #685F35: hue angle of 49.41º 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 #685F35 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB1049553-
CMYK00.090.490.59
HSL49.41º32.48%30.78%-
HSV(B)49.41º49.04%40.78%-
XYZ10.4411.385.02-
YUV92.9105.48135.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.27%
GREEN value IS 95 (37.5% from 255) = 37.70%
BLUE value IS 53 (21.09% from 255) = 21.03%
R=41.27%
G=37.70%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104955300.090.490.5949.4132.4830.78
Hex685F3509313B31201f
Octal150137650116173614037
Binary110100010111111101010100111000111101111000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,95,53); }

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

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

 a { background-color: rgb(104,95,53); }

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

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

 span { border-color: rgb(104,95,53); }

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