#685C35

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

Shades of Himalaya #685C35

Tints of Himalaya #685C35

Color information

#685C35 (or 0x685C35) is unknown color: approx Himalaya. HEX triplet: 68, 5C and 35. RGB value is (104,92,53). Sum of RGB (Red+Green+Blue) = 104+92+53=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #685C35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685C35 is #97A3CA. Grayscale: #5B5B5B. Windows color (decimal): -9937867 or 3497064. OLE color: 3497064.

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

Color convert

RGB1049253-
CMYK00.120.490.59
HSL45.88º32.48%30.78%-
HSV(B)45.88º49.04%40.78%-
XYZ10.1810.854.93-
YUV91.14106.48137.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 92 (36.33% from 255) = 36.95%
BLUE value IS 53 (21.09% from 255) = 21.29%
R=41.77%
G=36.95%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104925300.120.490.5945.8832.4830.78
Hex685C350C313B2e201f
Octal150134650146173564037
Binary110100010111001101010110011000111101110111010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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