Html Css Color HEX #706E57 Flint

📋 copy color: '#706E57'

red 112 ◦ green 110 ◦ blue 87

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

Shades of Flint #706E57

Tints of Flint #706E57

RGB

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

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

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

R = 36.25%
G = 35.6%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#706E57 (or 0x706E57) is known color: Flint. HEX triplet: 70, 6E and 57. RGB value is (112,110,87). Sum of RGB (Red+Green+Blue) = 112+110+87=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 112 - color contains mainly: red. Hex color #706E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E57 is #8F91A8. Grayscale: #6C6C6C. Windows color (decimal): -9408937 or 5729904. OLE color: 5729904.

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

Color convert

RGB 112 110 87 -
CMYK 0 0.02 0.22 0.56
HSL 55.2º 0.13% 0.39% -
HSV(B) 55.2º 0.22% 0.44% -
XYZ 13.98 15.28 11.23 -
YUV 107.98 116.16 130.87 -
System Red Green Blue C M Y K H S L
Decimal 112 110 87 0 0.02 0.22 0.56 55.2 0.13 0.39
Hex 70 6E 57 0 2 16 38 37 D 27
Octal 160 156 127 0 2 26 70 67 15 47
Binary 1110000 1101110 1010111 0 10 10110 111000 110111 1101 100111

Color Harmonies of #706E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E57

Black with #706E57

Text Example


Text Example

White with #706E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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