#756B55

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

Shades of Peat #756B55

Tints of Peat #756B55

Color information

#756B55 (or 0x756B55) is unknown color: approx Peat. HEX triplet: 75, 6B and 55. RGB value is (117,107,85). Sum of RGB (Red+Green+Blue) = 117+107+85=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #756B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B55 is #8A94AA. Grayscale: #6B6B6B. Windows color (decimal): -9082027 or 5598069. OLE color: 5598069.

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

Color convert

RGB11710785-
CMYK00.090.270.54
HSL41.25º15.84%39.61%-
HSV(B)41.25º27.35%45.88%-
XYZ14.2314.9510.73-
YUV107.48115.31134.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 107 (42.19% from 255) = 34.63%
BLUE value IS 85 (33.59% from 255) = 27.51%
R=37.86%
G=34.63%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171078500.090.270.5441.2515.8439.61
Hex756B55091B36291028
Octal1651531250113366512050
Binary111010111010111010101010011101111011010100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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