Html Css Color HEX #685956 Zambezi

📋 copy color: '#685956'

red 104 ◦ green 89 ◦ blue 86

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

Shades of Zambezi #685956

Tints of Zambezi #685956

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.9%

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

R = 37.28%
G = 31.9%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#685956 (or 0x685956) is known color: Zambezi. HEX triplet: 68, 59 and 56. RGB value is (104,89,86). Sum of RGB (Red+Green+Blue) = 104+89+86=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #685956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685956 is #97A6A9. Grayscale: #5D5D5D. Windows color (decimal): -9938602 or 5658984. OLE color: 5658984.

HSL color Cylindrical-coordinate representation of color #685956: hue angle of 10º 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 #685956 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 89 86 -
CMYK 0 0.14 0.17 0.59
HSL 10º 0.09% 0.37% -
HSV(B) 10º 0.17% 0.41% -
XYZ 10.96 10.76 10.3 -
YUV 93.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 104 89 86 0 0.14 0.17 0.59 10 0.09 0.37
Hex 68 59 56 0 E 11 3B A 9 25
Octal 150 131 126 0 16 21 73 12 11 45
Binary 1101000 1011001 1010110 0 1110 10001 111011 1010 1001 100101

Color Harmonies of #685956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685956

Black with #685956

Text Example


Text Example

White with #685956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685956; }

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

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

background-color css

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

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

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

border-color css

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

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

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