#75684B

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

Shades of Coffee #75684B

Tints of Coffee #75684B

Color information

#75684B (or 0x75684B) is unknown color: approx Coffee. HEX triplet: 75, 68 and 4B. RGB value is (117,104,75). Sum of RGB (Red+Green+Blue) = 117+104+75=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #75684B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75684B is #8A97B4. Grayscale: #686868. Windows color (decimal): -9082805 or 4941941. OLE color: 4941941.

HSL color Cylindrical-coordinate representation of color #75684B: hue angle of 41.43º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75684B is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB11710475-
CMYK00.110.360.54
HSL41.43º21.88%37.65%-
HSV(B)41.43º35.9%45.88%-
XYZ13.5614.198.68-
YUV104.58111.31136.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.53%
GREEN value IS 104 (41.02% from 255) = 35.14%
BLUE value IS 75 (29.69% from 255) = 25.34%
R=39.53%
G=35.14%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171047500.110.360.5441.4321.8837.65
Hex75684B0B2436291626
Octal1651501130134466512646
Binary1110101110100010010110101110010011011010100110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75684B; }

 p { color: rgb(117,104,75); }

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

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

 a { background-color: rgb(117,104,75); }

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

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

 span { border-color: rgb(117,104,75); }

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