#71605F

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

Shades of Zambezi #71605F

Tints of Zambezi #71605F

Color information

#71605F (or 0x71605F) is unknown color: approx Zambezi. HEX triplet: 71, 60 and 5F. RGB value is (113,96,95). Sum of RGB (Red+Green+Blue) = 113+96+95=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 113 - color contains mainly: red. Hex color #71605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71605F is #8E9FA0. Grayscale: #646464. Windows color (decimal): -9346977 or 6250609. OLE color: 6250609.

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

Color convert

RGB1139695-
CMYK00.150.160.56
HSL3.33º8.65%40.78%-
HSV(B)3.33º15.93%44.31%-
XYZ13.0612.712.59-
YUV100.97124.63136.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.17%
GREEN value IS 96 (37.89% from 255) = 31.58%
BLUE value IS 95 (37.5% from 255) = 31.25%
R=37.17%
G=31.58%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113969500.150.160.563.338.6540.78
Hex71605F0F10383929
Octal161140137017207031151
Binary1110001110000010111110111110000111000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71605F; }

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

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

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

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

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

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

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

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