Html Css Color HEX #705656 Zambezi

📋 copy color: '#705656'

red 112 ◦ green 86 ◦ blue 86

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

Shades of Zambezi #705656

Tints of Zambezi #705656

RGB

 RED value IS 112 (44.14% from 255) = 39.44%

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

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

R = 39.44%
G = 30.28%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#705656 (or 0x705656) is known color: Zambezi. HEX triplet: 70, 56 and 56. RGB value is (112,86,86). Sum of RGB (Red+Green+Blue) = 112+86+86=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #705656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705656 is #8FA9A9. Grayscale: #5D5D5D. Windows color (decimal): -9415082 or 5658224. OLE color: 5658224.

HSL color Cylindrical-coordinate representation of color #705656: hue angle of 0º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #705656 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 86 86 -
CMYK 0 0.23 0.23 0.56
HSL 0.13% 0.39% -
HSV(B) 0.23% 0.44% -
XYZ 11.69 10.77 10.27 -
YUV 93.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 112 86 86 0 0.23 0.23 0.56 0 0.13 0.39
Hex 70 56 56 0 17 17 38 0 D 27
Octal 160 126 126 0 27 27 70 0 15 47
Binary 1110000 1010110 1010110 0 10111 10111 111000 0 1101 100111

Color Harmonies of #705656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705656

Black with #705656

Text Example


Text Example

White with #705656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705656; }

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

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

background-color css

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

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

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

border-color css

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

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

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