#716B5A

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

Shades of Peat #716B5A

Tints of Peat #716B5A

Color information

#716B5A (or 0x716B5A) is unknown color: approx Peat. HEX triplet: 71, 6B and 5A. RGB value is (113,107,90). Sum of RGB (Red+Green+Blue) = 113+107+90=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 113 - color contains mainly: red. Hex color #716B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B5A is #8E94A5. Grayscale: #6A6A6A. Windows color (decimal): -9344166 or 5925745. OLE color: 5925745.

HSL color Cylindrical-coordinate representation of color #716B5A: hue angle of 44.35º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #716B5A is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB11310790-
CMYK00.050.200.56
HSL44.35º11.33%39.8%-
HSV(B)44.35º20.35%44.31%-
XYZ13.9114.7611.79-
YUV106.86118.49132.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.45%
GREEN value IS 107 (42.19% from 255) = 34.52%
BLUE value IS 90 (35.55% from 255) = 29.03%
R=36.45%
G=34.52%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131079000.050.200.5644.3511.3339.8
Hex716B5A0514382cb28
Octal161153132052470541350
Binary1110001110101110110100101101001110001011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716B5A; }

 p { color: rgb(113,107,90); }

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

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

 a { background-color: rgb(113,107,90); }

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

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

 span { border-color: rgb(113,107,90); }

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