Html Css Color HEX #685A57 Zambezi

📋 copy color: '#685A57'

red 104 ◦ green 90 ◦ blue 87

#685A57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zambezi #685A57

Tints of Zambezi #685A57

RGB

 RED value IS 104 (41.02% from 255) = 37.01%

 GREEN value IS 90 (35.55% from 255) = 32.03%

 BLUE value IS 87 (34.38% from 255) = 30.96%

R = 37.01%
G = 32.03%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#685A57 (or 0x685A57) is known color: Zambezi. HEX triplet: 68, 5A and 57. RGB value is (104,90,87). Sum of RGB (Red+Green+Blue) = 104+90+87=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #685A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A57 is #97A5A8. Grayscale: #5D5D5D. Windows color (decimal): -9938345 or 5724776. OLE color: 5724776.

HSL color Cylindrical-coordinate representation of color #685A57: hue angle of 10.59º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #685A57 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 90 87 -
CMYK 0 0.13 0.16 0.59
HSL 10.59º 0.09% 0.37% -
HSV(B) 10.59º 0.16% 0.41% -
XYZ 11.09 10.94 10.54 -
YUV 93.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 104 90 87 0 0.13 0.16 0.59 10.59 0.09 0.37
Hex 68 5A 57 0 D 10 3B B 9 25
Octal 150 132 127 0 15 20 73 13 11 45
Binary 1101000 1011010 1010111 0 1101 10000 111011 1011 1001 100101

Color Harmonies of #685A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685A57

Black with #685A57

Text Example


Text Example

White with #685A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,90,87); }

 H1.HeaderClassName
 {
   color: #685A57;
 }
 .AnyTagClassName
 {
   color: #685A57;
 }
</style>

background-color css

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

 a { background-color: rgb(104,90,87); }

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

border-color css

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

 span { border-color: rgb(104,90,87); }

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