Html Css Color HEX #706957 Coffee

📋 copy color: '#706957'

red 112 ◦ green 105 ◦ blue 87

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

Shades of Coffee #706957

Tints of Coffee #706957

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.54%

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

R = 36.84%
G = 34.54%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#706957 (or 0x706957) is known color: Coffee. HEX triplet: 70, 69 and 57. RGB value is (112,105,87). Sum of RGB (Red+Green+Blue) = 112+105+87=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #706957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706957 is #8F96A8. Grayscale: #696969. Windows color (decimal): -9410217 or 5728624. OLE color: 5728624.

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

Color convert

RGB 112 105 87 -
CMYK 0 0.06 0.22 0.56
HSL 43.2º 0.13% 0.39% -
HSV(B) 43.2º 0.22% 0.44% -
XYZ 13.45 14.24 11.06 -
YUV 105.04 117.82 132.96 -
System Red Green Blue C M Y K H S L
Decimal 112 105 87 0 0.06 0.22 0.56 43.2 0.13 0.39
Hex 70 69 57 0 6 16 38 2B D 27
Octal 160 151 127 0 6 26 70 53 15 47
Binary 1110000 1101001 1010111 0 110 10110 111000 101011 1101 100111

Color Harmonies of #706957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706957

Black with #706957

Text Example


Text Example

White with #706957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706957; }

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

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

background-color css

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

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

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

border-color css

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

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

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