#756954

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

Shades of Coffee #756954

Tints of Coffee #756954

Color information

#756954 (or 0x756954) is unknown color: approx Coffee. HEX triplet: 75, 69 and 54. RGB value is (117,105,84). Sum of RGB (Red+Green+Blue) = 117+105+84=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #756954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756954 is #8A96AB. Grayscale: #6A6A6A. Windows color (decimal): -9082540 or 5532021. OLE color: 5532021.

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

Color convert

RGB11710584-
CMYK00.100.280.54
HSL38.18º16.42%39.41%-
HSV(B)38.18º28.21%45.88%-
XYZ13.9914.5310.45-
YUV106.19115.48135.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 105 (41.41% from 255) = 34.31%
BLUE value IS 84 (33.20% from 255) = 27.45%
R=38.24%
G=34.31%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171058400.100.280.5438.1816.4239.41
Hex7569540A1C36261027
Octal1651511240123466462047
Binary111010111010011010100010101110011011010011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756954; }

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

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

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

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

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

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

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

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