Html Css Color HEX #706261 Zambezi

📋 copy color: '#706261'

red 112 ◦ green 98 ◦ blue 97

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

Shades of Zambezi #706261

Tints of Zambezi #706261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.92%

 BLUE value IS 97 (38.28% from 255) = 31.6%

R = 36.48%
G = 31.92%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#706261 (or 0x706261) is known color: Zambezi. HEX triplet: 70, 62 and 61. RGB value is (112,98,97). Sum of RGB (Red+Green+Blue) = 112+98+97=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 112 - color contains mainly: red. Hex color #706261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706261 is #8F9D9E. Grayscale: #666666. Windows color (decimal): -9411999 or 6382192. OLE color: 6382192.

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

Color convert

RGB 112 98 97 -
CMYK 0 0.13 0.13 0.56
HSL 0.07% 0.41% -
HSV(B) 0.13% 0.44% -
XYZ 13.21 13.04 13.13 -
YUV 102.07 125.14 135.08 -
System Red Green Blue C M Y K H S L
Decimal 112 98 97 0 0.13 0.13 0.56 4 0.07 0.41
Hex 70 62 61 0 D D 38 4 7 29
Octal 160 142 141 0 15 15 70 4 7 51
Binary 1110000 1100010 1100001 0 1101 1101 111000 100 111 101001

Color Harmonies of #706261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706261

Black with #706261

Text Example


Text Example

White with #706261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706261; }

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

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

background-color css

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

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

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

border-color css

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

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

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