#685E33

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

Shades of Himalaya #685E33

Tints of Himalaya #685E33

Color information

#685E33 (or 0x685E33) is unknown color: approx Himalaya. HEX triplet: 68, 5E and 33. RGB value is (104,94,51). Sum of RGB (Red+Green+Blue) = 104+94+51=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #685E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685E33 is #97A1CC. Grayscale: #5C5C5C. Windows color (decimal): -9937357 or 3366504. OLE color: 3366504.

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

Color convert

RGB1049451-
CMYK00.100.510.59
HSL48.68º34.19%30.39%-
HSV(B)48.68º50.96%40.78%-
XYZ10.3111.194.75-
YUV92.09104.81136.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 94 (37.11% from 255) = 37.75%
BLUE value IS 51 (20.31% from 255) = 20.48%
R=41.77%
G=37.75%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104945100.100.510.5948.6834.1930.39
Hex685E330A333B31221e
Octal150136630126373614236
Binary110100010111101100110101011001111101111000110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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