Html Css Color HEX #706F60 Flint

📋 copy color: '#706F60'

red 112 ◦ green 111 ◦ blue 96

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

Shades of Flint #706F60

Tints of Flint #706F60

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.8%

 BLUE value IS 96 (37.89% from 255) = 30.09%

R = 35.11%
G = 34.8%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#706F60 (or 0x706F60) is known color: Flint. HEX triplet: 70, 6F and 60. RGB value is (112,111,96). Sum of RGB (Red+Green+Blue) = 112+111+96=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 112 - color contains mainly: red. Hex color #706F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F60 is #8F909F. Grayscale: #6D6D6D. Windows color (decimal): -9408672 or 6319984. OLE color: 6319984.

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

Color convert

RGB 112 111 96 -
CMYK 0 0.01 0.14 0.56
HSL 56.25º 0.08% 0.41% -
HSV(B) 56.25º 0.14% 0.44% -
XYZ 14.48 15.66 13.33 -
YUV 109.59 120.33 129.72 -
System Red Green Blue C M Y K H S L
Decimal 112 111 96 0 0.01 0.14 0.56 56.25 0.08 0.41
Hex 70 6F 60 0 1 E 38 38 8 29
Octal 160 157 140 0 1 16 70 70 10 51
Binary 1110000 1101111 1100000 0 1 1110 111000 111000 1000 101001

Color Harmonies of #706F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F60

Black with #706F60

Text Example


Text Example

White with #706F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,111,96); }

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

background-color css

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

 a { background-color: rgb(112,111,96); }

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

border-color css

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

 span { border-color: rgb(112,111,96); }

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