Html Css Color HEX #71615F Zambezi

📋 copy color: '#71615F'

red 113 ◦ green 97 ◦ blue 95

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

Shades of Zambezi #71615F

Tints of Zambezi #71615F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.15%

R = 37.05%
G = 31.8%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#71615F (or 0x71615F) is known color: Zambezi. HEX triplet: 71, 61 and 5F. RGB value is (113,97,95). Sum of RGB (Red+Green+Blue) = 113+97+95=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 113 - color contains mainly: red. Hex color #71615F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71615F is #8E9EA0. Grayscale: #656565. Windows color (decimal): -9346721 or 6250865. OLE color: 6250865.

HSL color Cylindrical-coordinate representation of color #71615F: hue angle of 6.67º 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 #71615F is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 97 95 -
CMYK 0 0.14 0.16 0.56
HSL 6.67º 0.09% 0.41% -
HSV(B) 6.67º 0.16% 0.44% -
XYZ 13.15 12.89 12.62 -
YUV 101.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 113 97 95 0 0.14 0.16 0.56 6.67 0.09 0.41
Hex 71 61 5F 0 E 10 38 7 9 29
Octal 161 141 137 0 16 20 70 7 11 51
Binary 1110001 1100001 1011111 0 1110 10000 111000 111 1001 101001

Color Harmonies of #71615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71615F

Black with #71615F

Text Example


Text Example

White with #71615F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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