Html Css Color HEX #706E59 Flint

📋 copy color: '#706E59'

red 112 ◦ green 110 ◦ blue 89

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

Shades of Flint #706E59

Tints of Flint #706E59

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.37%

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

R = 36.01%
G = 35.37%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#706E59 (or 0x706E59) is known color: Flint. HEX triplet: 70, 6E and 59. RGB value is (112,110,89). Sum of RGB (Red+Green+Blue) = 112+110+89=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 112 - color contains mainly: red. Hex color #706E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E59 is #8F91A6. Grayscale: #6C6C6C. Windows color (decimal): -9408935 or 5860976. OLE color: 5860976.

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

Color convert

RGB 112 110 89 -
CMYK 0 0.02 0.21 0.56
HSL 54.78º 0.11% 0.39% -
HSV(B) 54.78º 0.21% 0.44% -
XYZ 14.06 15.32 11.67 -
YUV 108.2 117.16 130.71 -
System Red Green Blue C M Y K H S L
Decimal 112 110 89 0 0.02 0.21 0.56 54.78 0.11 0.39
Hex 70 6E 59 0 2 15 38 37 B 27
Octal 160 156 131 0 2 25 70 67 13 47
Binary 1110000 1101110 1011001 0 10 10101 111000 110111 1011 100111

Color Harmonies of #706E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E59

Black with #706E59

Text Example


Text Example

White with #706E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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