Html Css Color HEX #706959 Coffee

📋 copy color: '#706959'

red 112 ◦ green 105 ◦ blue 89

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

Shades of Coffee #706959

Tints of Coffee #706959

RGB

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

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

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

R = 36.6%
G = 34.31%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#706959 (or 0x706959) is known color: Coffee. HEX triplet: 70, 69 and 59. RGB value is (112,105,89). Sum of RGB (Red+Green+Blue) = 112+105+89=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 112 - color contains mainly: red. Hex color #706959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706959 is #8F96A6. Grayscale: #696969. Windows color (decimal): -9410215 or 5859696. OLE color: 5859696.

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

Color convert

RGB 112 105 89 -
CMYK 0 0.06 0.21 0.56
HSL 41.74º 0.11% 0.39% -
HSV(B) 41.74º 0.21% 0.44% -
XYZ 13.54 14.27 11.49 -
YUV 105.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 112 105 89 0 0.06 0.21 0.56 41.74 0.11 0.39
Hex 70 69 59 0 6 15 38 2A B 27
Octal 160 151 131 0 6 25 70 52 13 47
Binary 1110000 1101001 1011001 0 110 10101 111000 101010 1011 100111

Color Harmonies of #706959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706959

Black with #706959

Text Example


Text Example

White with #706959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706959; }

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

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

background-color css

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

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

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

border-color css

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

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

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