#685C34

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

Shades of Himalaya #685C34

Tints of Himalaya #685C34

Color information

#685C34 (or 0x685C34) is unknown color: approx Himalaya. HEX triplet: 68, 5C and 34. RGB value is (104,92,52). Sum of RGB (Red+Green+Blue) = 104+92+52=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #685C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685C34 is #97A3CB. Grayscale: #5B5B5B. Windows color (decimal): -9937868 or 3431528. OLE color: 3431528.

HSL color Cylindrical-coordinate representation of color #685C34: hue angle of 46.15º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #685C34 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1049252-
CMYK00.120.500.59
HSL46.15º33.33%30.59%-
HSV(B)46.15º50%40.78%-
XYZ10.1610.854.81-
YUV91.03105.98137.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.94%
GREEN value IS 92 (36.33% from 255) = 37.10%
BLUE value IS 52 (20.70% from 255) = 20.97%
R=41.94%
G=37.10%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104925200.120.500.5946.1533.3330.59
Hex685C340C323B2e211f
Octal150134640146273564137
Binary110100010111001101000110011001011101110111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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