Html Css Color HEX #706160 Zambezi

📋 copy color: '#706160'

red 112 ◦ green 97 ◦ blue 96

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

Shades of Zambezi #706160

Tints of Zambezi #706160

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.8%

 BLUE value IS 96 (37.89% from 255) = 31.48%

R = 36.72%
G = 31.8%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#706160 (or 0x706160) is known color: Zambezi. HEX triplet: 70, 61 and 60. RGB value is (112,97,96). Sum of RGB (Red+Green+Blue) = 112+97+96=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 112 - color contains mainly: red. Hex color #706160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706160 is #8F9E9F. Grayscale: #656565. Windows color (decimal): -9412256 or 6316400. OLE color: 6316400.

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

Color convert

RGB 112 97 96 -
CMYK 0 0.13 0.14 0.56
HSL 3.75º 0.08% 0.41% -
HSV(B) 3.75º 0.14% 0.44% -
XYZ 13.07 12.84 12.86 -
YUV 101.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 112 97 96 0 0.13 0.14 0.56 3.75 0.08 0.41
Hex 70 61 60 0 D E 38 4 8 29
Octal 160 141 140 0 15 16 70 4 10 51
Binary 1110000 1100001 1100000 0 1101 1110 111000 100 1000 101001

Color Harmonies of #706160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706160

Black with #706160

Text Example


Text Example

White with #706160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706160; }

 p { color: rgb(112,97,96); }

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

background-color css

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

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

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

border-color css

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

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

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