Html Css Color HEX #685755 Zambezi

📋 copy color: '#685755'

red 104 ◦ green 87 ◦ blue 85

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

Shades of Zambezi #685755

Tints of Zambezi #685755

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.52%

 BLUE value IS 85 (33.59% from 255) = 30.8%

R = 37.68%
G = 31.52%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#685755 (or 0x685755) is known color: Zambezi. HEX triplet: 68, 57 and 55. RGB value is (104,87,85). Sum of RGB (Red+Green+Blue) = 104+87+85=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 104 - color contains mainly: red. Hex color #685755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685755 is #97A8AA. Grayscale: #5B5B5B. Windows color (decimal): -9939115 or 5592936. OLE color: 5592936.

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

Color convert

RGB 104 87 85 -
CMYK 0 0.16 0.18 0.59
HSL 6.32º 0.1% 0.37% -
HSV(B) 6.32º 0.18% 0.41% -
XYZ 10.76 10.42 10.04 -
YUV 91.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 104 87 85 0 0.16 0.18 0.59 6.32 0.1 0.37
Hex 68 57 55 0 10 12 3B 6 A 25
Octal 150 127 125 0 20 22 73 6 12 45
Binary 1101000 1010111 1010101 0 10000 10010 111011 110 1010 100101

Color Harmonies of #685755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685755

Black with #685755

Text Example


Text Example

White with #685755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685755; }

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

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

background-color css

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

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

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

border-color css

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

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

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