Html Css Color HEX #706859 Coffee

📋 copy color: '#706859'

red 112 ◦ green 104 ◦ blue 89

#706859
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coffee #706859

Tints of Coffee #706859

RGB

 RED value IS 112 (44.14% from 255) = 36.72%

 GREEN value IS 104 (41.02% from 255) = 34.1%

 BLUE value IS 89 (35.16% from 255) = 29.18%

R = 36.72%
G = 34.1%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#706859 (or 0x706859) is known color: Coffee. HEX triplet: 70, 68 and 59. RGB value is (112,104,89). Sum of RGB (Red+Green+Blue) = 112+104+89=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 112 - color contains mainly: red. Hex color #706859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706859 is #8F97A6. Grayscale: #686868. Windows color (decimal): -9410471 or 5859440. OLE color: 5859440.

HSL color Cylindrical-coordinate representation of color #706859: hue angle of 39.13º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #706859 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 104 89 -
CMYK 0 0.07 0.21 0.56
HSL 39.13º 0.11% 0.39% -
HSV(B) 39.13º 0.21% 0.44% -
XYZ 13.44 14.07 11.46 -
YUV 104.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 112 104 89 0 0.07 0.21 0.56 39.13 0.11 0.39
Hex 70 68 59 0 7 15 38 27 B 27
Octal 160 150 131 0 7 25 70 47 13 47
Binary 1110000 1101000 1011001 0 111 10101 111000 100111 1011 100111

Color Harmonies of #706859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706859

Black with #706859

Text Example


Text Example

White with #706859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706859; }

 p { color: rgb(112,104,89); }

 H1.HeaderClassName
 {
   color: #706859;
 }
 .AnyTagClassName
 {
   color: #706859;
 }
</style>

background-color css

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

 a { background-color: rgb(112,104,89); }

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

border-color css

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

 span { border-color: rgb(112,104,89); }

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