#706653

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

Shades of Coffee #706653

Tints of Coffee #706653

Color information

#706653 (or 0x706653) is unknown color: approx Coffee. HEX triplet: 70, 66 and 53. RGB value is (112,102,83). Sum of RGB (Red+Green+Blue) = 112+102+83=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #706653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706653 is #8F99AC. Grayscale: #666666. Windows color (decimal): -9410989 or 5465712. OLE color: 5465712.

HSL color Cylindrical-coordinate representation of color #706653: hue angle of 39.31º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #706653 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB11210283-
CMYK00.090.260.56
HSL39.31º14.87%38.24%-
HSV(B)39.31º25.89%43.92%-
XYZ12.9913.5710.12-
YUV102.82116.81134.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.71%
GREEN value IS 102 (40.23% from 255) = 34.34%
BLUE value IS 83 (32.81% from 255) = 27.95%
R=37.71%
G=34.34%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121028300.090.260.5639.3114.8738.24
Hex706653091A3827f26
Octal1601461230113270471746
Binary11100001100110101001101001110101110001001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706653; }

 p { color: rgb(112,102,83); }

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

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

 a { background-color: rgb(112,102,83); }

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

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

 span { border-color: rgb(112,102,83); }

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