Html Css Color HEX #685656 Zambezi

📋 copy color: '#685656'

red 104 ◦ green 86 ◦ blue 86

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

Shades of Zambezi #685656

Tints of Zambezi #685656

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.16%

 BLUE value IS 86 (33.98% from 255) = 31.16%

R = 37.68%
G = 31.16%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#685656 (or 0x685656) is known color: Zambezi. HEX triplet: 68, 56 and 56. RGB value is (104,86,86). Sum of RGB (Red+Green+Blue) = 104+86+86=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 104 - color contains mainly: red. Hex color #685656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685656 is #97A9A9. Grayscale: #5B5B5B. Windows color (decimal): -9939370 or 5658216. OLE color: 5658216.

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

Color convert

RGB 104 86 86 -
CMYK 0 0.17 0.17 0.59
HSL 0.09% 0.37% -
HSV(B) 0.17% 0.41% -
XYZ 10.72 10.27 10.22 -
YUV 91.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 104 86 86 0 0.17 0.17 0.59 0 0.09 0.37
Hex 68 56 56 0 11 11 3B 0 9 25
Octal 150 126 126 0 21 21 73 0 11 45
Binary 1101000 1010110 1010110 0 10001 10001 111011 0 1001 100101

Color Harmonies of #685656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685656

Black with #685656

Text Example


Text Example

White with #685656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685656; }

 p { color: rgb(104,86,86); }

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

background-color css

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

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

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

border-color css

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

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

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