Html Css Color HEX #706656 Coffee

📋 copy color: '#706656'

red 112 ◦ green 102 ◦ blue 86

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

Shades of Coffee #706656

Tints of Coffee #706656

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34%

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

R = 37.33%
G = 34%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#706656 (or 0x706656) is known color: Coffee. HEX triplet: 70, 66 and 56. RGB value is (112,102,86). Sum of RGB (Red+Green+Blue) = 112+102+86=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #706656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706656 is #8F99A9. Grayscale: #676767. Windows color (decimal): -9410986 or 5662320. OLE color: 5662320.

HSL color Cylindrical-coordinate representation of color #706656: hue angle of 36.92º 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 #706656 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 102 86 -
CMYK 0 0.09 0.23 0.56
HSL 36.92º 0.13% 0.39% -
HSV(B) 36.92º 0.23% 0.44% -
XYZ 13.11 13.62 10.74 -
YUV 103.17 118.31 134.3 -
System Red Green Blue C M Y K H S L
Decimal 112 102 86 0 0.09 0.23 0.56 36.92 0.13 0.39
Hex 70 66 56 0 9 17 38 25 D 27
Octal 160 146 126 0 11 27 70 45 15 47
Binary 1110000 1100110 1010110 0 1001 10111 111000 100101 1101 100111

Color Harmonies of #706656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706656

Black with #706656

Text Example


Text Example

White with #706656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706656; }

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

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

background-color css

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

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

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

border-color css

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

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

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