Html Css Color HEX #706E61 Flint

📋 copy color: '#706E61'

red 112 ◦ green 110 ◦ blue 97

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

Shades of Flint #706E61

Tints of Flint #706E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.41%

R = 35.11%
G = 34.48%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#706E61 (or 0x706E61) is known color: Flint. HEX triplet: 70, 6E and 61. RGB value is (112,110,97). Sum of RGB (Red+Green+Blue) = 112+110+97=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 112 - color contains mainly: red. Hex color #706E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E61 is #8F919E. Grayscale: #6D6D6D. Windows color (decimal): -9408927 or 6385264. OLE color: 6385264.

HSL color Cylindrical-coordinate representation of color #706E61: hue angle of 52º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #706E61 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 110 97 -
CMYK 0 0.02 0.13 0.56
HSL 52º 0.07% 0.41% -
HSV(B) 52º 0.13% 0.44% -
XYZ 14.42 15.46 13.53 -
YUV 109.12 121.16 130.06 -
System Red Green Blue C M Y K H S L
Decimal 112 110 97 0 0.02 0.13 0.56 52 0.07 0.41
Hex 70 6E 61 0 2 D 38 34 7 29
Octal 160 156 141 0 2 15 70 64 7 51
Binary 1110000 1101110 1100001 0 10 1101 111000 110100 111 101001

Color Harmonies of #706E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E61

Black with #706E61

Text Example


Text Example

White with #706E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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