#706F63

Color #706F63 Flint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flint #706F63

Tints of Flint #706F63

Color information

#706F63 (or 0x706F63) is unknown color: approx Flint. HEX triplet: 70, 6F and 63. RGB value is (112,111,99). Sum of RGB (Red+Green+Blue) = 112+111+99=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 112 - color contains mainly: red. Hex color #706F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F63 is #8F909C. Grayscale: #6D6D6D. Windows color (decimal): -9408669 or 6516592. OLE color: 6516592.

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

Color convert

RGB11211199-
CMYK00.010.120.56
HSL55.38º6.16%41.37%-
HSV(B)55.38º11.61%43.92%-
XYZ14.6215.7114.07-
YUV109.93121.83129.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.78%
GREEN value IS 111 (43.75% from 255) = 34.47%
BLUE value IS 99 (39.06% from 255) = 30.75%
R=34.78%
G=34.47%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121119900.010.120.5655.386.1641.37
Hex706F6301C3837629
Octal16015714301147067651
Binary111000011011111100011011100111000110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #706F63;
 }
 .AnyTagClassName
 {
   color: #706F63;
 }
</style>
background-color css

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

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

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

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

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

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