#756E53

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

Shades of Peat #756E53

Tints of Peat #756E53

Color information

#756E53 (or 0x756E53) is unknown color: approx Peat. HEX triplet: 75, 6E and 53. RGB value is (117,110,83). Sum of RGB (Red+Green+Blue) = 117+110+83=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #756E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E53 is #8A91AC. Grayscale: #6D6D6D. Windows color (decimal): -9081261 or 5467765. OLE color: 5467765.

HSL color Cylindrical-coordinate representation of color #756E53: hue angle of 47.65º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #756E53 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB11711083-
CMYK00.060.290.54
HSL47.65º17%39.22%-
HSV(B)47.65º29.06%45.88%-
XYZ14.4715.5610.42-
YUV109.02113.32133.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 110 (43.36% from 255) = 35.48%
BLUE value IS 83 (32.81% from 255) = 26.77%
R=37.74%
G=35.48%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171108300.060.290.5447.651739.22
Hex756E53061D36301127
Octal165156123063566602147
Binary11101011101110101001101101110111011011000010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756E53; }

 p { color: rgb(117,110,83); }

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

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

 a { background-color: rgb(117,110,83); }

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

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

 span { border-color: rgb(117,110,83); }

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