#696459

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

Shades of Coffee #696459

Tints of Coffee #696459

Color information

#696459 (or 0x696459) is unknown color: approx Coffee. HEX triplet: 69, 64 and 59. RGB value is (105,100,89). Sum of RGB (Red+Green+Blue) = 105+100+89=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 105 - color contains mainly: red. Hex color #696459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696459 is #969BA6. Grayscale: #646464. Windows color (decimal): -9870247 or 5858409. OLE color: 5858409.

HSL color Cylindrical-coordinate representation of color #696459: hue angle of 41.25º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #696459 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB10510089-
CMYK00.050.150.59
HSL41.25º8.25%38.04%-
HSV(B)41.25º15.24%41.18%-
XYZ12.1912.8411.29-
YUV100.24121.66131.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.71%
GREEN value IS 100 (39.45% from 255) = 34.01%
BLUE value IS 89 (35.16% from 255) = 30.27%
R=35.71%
G=34.01%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051008900.050.150.5941.258.2538.04
Hex69645905F3B29826
Octal151144131051773511046
Binary110100111001001011001010111111110111010011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696459; }

 p { color: rgb(105,100,89); }

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

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

 a { background-color: rgb(105,100,89); }

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

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

 span { border-color: rgb(105,100,89); }

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