#79694B

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

Shades of Coffee #79694B

Tints of Coffee #79694B

Color information

#79694B (or 0x79694B) is unknown color: approx Coffee. HEX triplet: 79, 69 and 4B. RGB value is (121,105,75). Sum of RGB (Red+Green+Blue) = 121+105+75=301 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.20% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 121 - color contains mainly: red. Hex color #79694B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79694B is #8696B4. Grayscale: #6A6A6A. Windows color (decimal): -8820405 or 4942201. OLE color: 4942201.

HSL color Cylindrical-coordinate representation of color #79694B: hue angle of 39.13º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #79694B is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB12110575-
CMYK00.130.380.53
HSL39.13º23.47%38.43%-
HSV(B)39.13º38.02%47.45%-
XYZ14.2114.688.74-
YUV106.36110.3138.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.20%
GREEN value IS 105 (41.41% from 255) = 34.88%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=40.20%
G=34.88%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211057500.130.380.5339.1323.4738.43
Hex79694B0D2635271726
Octal1711511130154665472746
Binary1111001110100110010110110110011011010110011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,105,75); }

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

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

 a { background-color: rgb(121,105,75); }

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

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

 span { border-color: rgb(121,105,75); }

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