Html Css Color HEX #706856 Coffee

📋 copy color: '#706856'

red 112 ◦ green 104 ◦ blue 86

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

Shades of Coffee #706856

Tints of Coffee #706856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.48%

R = 37.09%
G = 34.44%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#706856 (or 0x706856) is known color: Coffee. HEX triplet: 70, 68 and 56. RGB value is (112,104,86). Sum of RGB (Red+Green+Blue) = 112+104+86=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 112 - color contains mainly: red. Hex color #706856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706856 is #8F97A9. Grayscale: #686868. Windows color (decimal): -9410474 or 5662832. OLE color: 5662832.

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

Color convert

RGB 112 104 86 -
CMYK 0 0.07 0.23 0.56
HSL 41.54º 0.13% 0.39% -
HSV(B) 41.54º 0.23% 0.44% -
XYZ 13.31 14.02 10.81 -
YUV 104.34 117.65 133.46 -
System Red Green Blue C M Y K H S L
Decimal 112 104 86 0 0.07 0.23 0.56 41.54 0.13 0.39
Hex 70 68 56 0 7 17 38 2A D 27
Octal 160 150 126 0 7 27 70 52 15 47
Binary 1110000 1101000 1010110 0 111 10111 111000 101010 1101 100111

Color Harmonies of #706856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706856

Black with #706856

Text Example


Text Example

White with #706856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706856; }

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

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

background-color css

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

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

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

border-color css

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

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

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