Html Css Color HEX #706657 Coffee

📋 copy color: '#706657'

red 112 ◦ green 102 ◦ blue 87

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

Shades of Coffee #706657

Tints of Coffee #706657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 28.9%

R = 37.21%
G = 33.89%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#706657 (or 0x706657) is known color: Coffee. HEX triplet: 70, 66 and 57. RGB value is (112,102,87). Sum of RGB (Red+Green+Blue) = 112+102+87=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #706657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706657 is #8F99A8. Grayscale: #676767. Windows color (decimal): -9410985 or 5727856. OLE color: 5727856.

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

Color convert

RGB 112 102 87 -
CMYK 0 0.09 0.22 0.56
HSL 36º 0.13% 0.39% -
HSV(B) 36º 0.22% 0.44% -
XYZ 13.15 13.64 10.96 -
YUV 103.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 112 102 87 0 0.09 0.22 0.56 36 0.13 0.39
Hex 70 66 57 0 9 16 38 24 D 27
Octal 160 146 127 0 11 26 70 44 15 47
Binary 1110000 1100110 1010111 0 1001 10110 111000 100100 1101 100111

Color Harmonies of #706657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706657

Black with #706657

Text Example


Text Example

White with #706657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706657; }

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

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

background-color css

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

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

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

border-color css

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

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

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