#75694F

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

Shades of Coffee #75694F

Tints of Coffee #75694F

Color information

#75694F (or 0x75694F) is unknown color: approx Coffee. HEX triplet: 75, 69 and 4F. RGB value is (117,105,79). Sum of RGB (Red+Green+Blue) = 117+105+79=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #75694F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75694F is #8A96B0. Grayscale: #696969. Windows color (decimal): -9082545 or 5204341. OLE color: 5204341.

HSL color Cylindrical-coordinate representation of color #75694F: hue angle of 41.05º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75694F is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB11710579-
CMYK00.100.320.54
HSL41.05º19.39%38.43%-
HSV(B)41.05º32.48%45.88%-
XYZ13.814.459.46-
YUV105.62112.98136.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 105 (41.41% from 255) = 34.88%
BLUE value IS 79 (31.25% from 255) = 26.25%
R=38.87%
G=34.88%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171057900.100.320.5441.0519.3938.43
Hex75694F0A2036291326
Octal1651511170124066512346
Binary1110101110100110011110101010000011011010100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75694F; }

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

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

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

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

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

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

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

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