#756F59

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

Shades of Peat #756F59

Tints of Peat #756F59

Color information

#756F59 (or 0x756F59) is unknown color: approx Peat. HEX triplet: 75, 6F and 59. RGB value is (117,111,89). Sum of RGB (Red+Green+Blue) = 117+111+89=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #756F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F59 is #8A90A6. Grayscale: #6E6E6E. Windows color (decimal): -9080999 or 5861237. OLE color: 5861237.

HSL color Cylindrical-coordinate representation of color #756F59: hue angle of 47.14º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #756F59 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB11711189-
CMYK00.050.240.54
HSL47.14º13.59%40.39%-
HSV(B)47.14º23.93%45.88%-
XYZ14.8215.8711.73-
YUV110.29115.99132.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 111 (43.75% from 255) = 35.02%
BLUE value IS 89 (35.16% from 255) = 28.08%
R=36.91%
G=35.02%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171118900.050.240.5447.1413.5940.39
Hex756F590518362fe28
Octal165157131053066571650
Binary1110101110111110110010101110001101101011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,111,89); }

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

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

 a { background-color: rgb(117,111,89); }

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

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

 span { border-color: rgb(117,111,89); }

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