#756B51

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

Shades of Peat #756B51

Tints of Peat #756B51

Color information

#756B51 (or 0x756B51) is unknown color: approx Peat. HEX triplet: 75, 6B and 51. RGB value is (117,107,81). Sum of RGB (Red+Green+Blue) = 117+107+81=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #756B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B51 is #8A94AE. Grayscale: #6B6B6B. Windows color (decimal): -9082031 or 5335925. OLE color: 5335925.

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

Color convert

RGB11710781-
CMYK00.090.310.54
HSL43.33º18.18%38.82%-
HSV(B)43.33º30.77%45.88%-
XYZ14.0814.899.92-
YUV107.03113.31135.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 107 (42.19% from 255) = 35.08%
BLUE value IS 81 (32.03% from 255) = 26.56%
R=38.36%
G=35.08%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171078100.090.310.5443.3318.1838.82
Hex756B51091F362b1227
Octal1651531210113766532247
Binary111010111010111010001010011111111011010101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,107,81); }

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

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

 a { background-color: rgb(117,107,81); }

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

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

 span { border-color: rgb(117,107,81); }

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