#756956

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

Shades of Coffee #756956

Tints of Coffee #756956

Color information

#756956 (or 0x756956) is unknown color: approx Coffee. HEX triplet: 75, 69 and 56. RGB value is (117,105,86). Sum of RGB (Red+Green+Blue) = 117+105+86=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #756956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756956 is #8A96A9. Grayscale: #6A6A6A. Windows color (decimal): -9082538 or 5663093. OLE color: 5663093.

HSL color Cylindrical-coordinate representation of color #756956: hue angle of 36.77º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #756956 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB11710586-
CMYK00.100.260.54
HSL36.77º15.27%39.8%-
HSV(B)36.77º26.5%45.88%-
XYZ14.0714.5610.87-
YUV106.42116.48135.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 105 (41.41% from 255) = 34.09%
BLUE value IS 86 (33.98% from 255) = 27.92%
R=37.99%
G=34.09%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171058600.100.260.5436.7715.2739.8
Hex7569560A1A3625f28
Octal1651511260123266451750
Binary11101011101001101011001010110101101101001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756956; }

 p { color: rgb(117,105,86); }

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

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

 a { background-color: rgb(117,105,86); }

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

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

 span { border-color: rgb(117,105,86); }

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