#716260

Color #716260 Zambezi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zambezi #716260

Tints of Zambezi #716260

Color information

#716260 (or 0x716260) is unknown color: approx Zambezi. HEX triplet: 71, 62 and 60. RGB value is (113,98,96). Sum of RGB (Red+Green+Blue) = 113+98+96=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 113 - color contains mainly: red. Hex color #716260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716260 is #8E9D9F. Grayscale: #666666. Windows color (decimal): -9346464 or 6316657. OLE color: 6316657.

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

Color convert

RGB1139896-
CMYK00.130.150.56
HSL7.06º8.13%40.98%-
HSV(B)7.06º15.04%44.31%-
XYZ13.2913.0912.89-
YUV102.26124.47135.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.81%
GREEN value IS 98 (38.67% from 255) = 31.92%
BLUE value IS 96 (37.89% from 255) = 31.27%
R=36.81%
G=31.92%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113989600.130.150.567.068.1340.98
Hex7162600DF387829
Octal161142140015177071051
Binary1110001110001011000000110111111110001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716260; }

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

 H1.HeaderClassName
 {
   color: #716260;
 }
 .AnyTagClassName
 {
   color: #716260;
 }
</style>
background-color css

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

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

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

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

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

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