Html Css Color HEX #716261 Zambezi

📋 copy color: '#716261'

red 113 ◦ green 98 ◦ blue 97

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

Shades of Zambezi #716261

Tints of Zambezi #716261

RGB

 RED value IS 113 (44.53% from 255) = 36.69%

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

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

R = 36.69%
G = 31.82%
B = 31.49%

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

#716261 (or 0x716261) is known color: Zambezi. HEX triplet: 71, 62 and 61. RGB value is (113,98,97). Sum of RGB (Red+Green+Blue) = 113+98+97=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 113 - color contains mainly: red. Hex color #716261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716261 is #8E9D9E. Grayscale: #666666. Windows color (decimal): -9346463 or 6382193. OLE color: 6382193.

HSL color Cylindrical-coordinate representation of color #716261: 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 #716261 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 98 97 -
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.34 13.11 13.14 -
YUV 102.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 113 98 97 0 0.13 0.14 0.56 3.75 0.08 0.41
Hex 71 62 61 0 D E 38 4 8 29
Octal 161 142 141 0 15 16 70 4 10 51
Binary 1110001 1100010 1100001 0 1101 1110 111000 100 1000 101001

Color Harmonies of #716261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716261

Black with #716261

Text Example


Text Example

White with #716261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716261; }

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

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

background-color css

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

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

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

border-color css

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

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

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