#717063

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

Shades of Flint #717063

Tints of Flint #717063

Color information

#717063 (or 0x717063) is unknown color: approx Flint. HEX triplet: 71, 70 and 63. RGB value is (113,112,99). Sum of RGB (Red+Green+Blue) = 113+112+99=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 113 - color contains mainly: red. Hex color #717063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717063 is #8E8F9C. Grayscale: #6E6E6E. Windows color (decimal): -9342877 or 6516849. OLE color: 6516849.

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

Color convert

RGB11311299-
CMYK00.010.120.56
HSL55.71º6.6%41.57%-
HSV(B)55.71º12.39%44.31%-
XYZ14.861614.11-
YUV110.82121.33129.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.88%
GREEN value IS 112 (44.14% from 255) = 34.57%
BLUE value IS 99 (39.06% from 255) = 30.56%
R=34.88%
G=34.57%
B=30.56%

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
Decimal1131129900.010.120.5655.716.641.57
Hex71706301C383872a
Octal16116014301147070752
Binary111000111100001100011011100111000111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717063; }

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

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

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

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

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

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

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

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