#685E36

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

Shades of Himalaya #685E36

Tints of Himalaya #685E36

Color information

#685E36 (or 0x685E36) is unknown color: approx Himalaya. HEX triplet: 68, 5E and 36. RGB value is (104,94,54). Sum of RGB (Red+Green+Blue) = 104+94+54=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #685E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685E36 is #97A1C9. Grayscale: #5C5C5C. Windows color (decimal): -9937354 or 3563112. OLE color: 3563112.

HSL color Cylindrical-coordinate representation of color #685E36: hue angle of 48º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #685E36 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB1049454-
CMYK00.100.480.59
HSL48º31.65%30.98%-
HSV(B)48º48.08%40.78%-
XYZ10.3811.215.11-
YUV92.43106.31136.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.27%
GREEN value IS 94 (37.11% from 255) = 37.30%
BLUE value IS 54 (21.48% from 255) = 21.43%
R=41.27%
G=37.30%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104945400.100.480.594831.6530.98
Hex685E360A303B30201f
Octal150136660126073604037
Binary110100010111101101100101011000011101111000010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,94,54); }

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

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

 a { background-color: rgb(104,94,54); }

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

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

 span { border-color: rgb(104,94,54); }

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