#706652

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

Shades of Coffee #706652

Tints of Coffee #706652

Color information

#706652 (or 0x706652) is unknown color: approx Coffee. HEX triplet: 70, 66 and 52. RGB value is (112,102,82). Sum of RGB (Red+Green+Blue) = 112+102+82=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #706652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706652 is #8F99AD. Grayscale: #666666. Windows color (decimal): -9410990 or 5400176. OLE color: 5400176.

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

Color convert

RGB11210282-
CMYK00.090.270.56
HSL40º15.46%38.04%-
HSV(B)40º26.79%43.92%-
XYZ12.9613.569.92-
YUV102.71116.31134.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.84%
GREEN value IS 102 (40.23% from 255) = 34.46%
BLUE value IS 82 (32.42% from 255) = 27.70%
R=37.84%
G=34.46%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121028200.090.270.564015.4638.04
Hex706652091B3828f26
Octal1601461220113370501746
Binary11100001100110101001001001110111110001010001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706652; }

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

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

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

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

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

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

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

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