Html Css Color HEX #717063 Flint

📋 copy color: '#717063'

red 113 ◦ green 112 ◦ blue 99

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

Shades of Flint #717063

Tints of Flint #717063

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 value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#717063 (or 0x717063) is known color: 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

RGB 113 112 99 -
CMYK 0 0.01 0.12 0.56
HSL 55.71º 0.07% 0.42% -
HSV(B) 55.71º 0.12% 0.44% -
XYZ 14.86 16 14.11 -
YUV 110.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 113 112 99 0 0.01 0.12 0.56 55.71 0.07 0.42
Hex 71 70 63 0 1 C 38 38 7 2A
Octal 161 160 143 0 1 14 70 70 7 52
Binary 1110001 1110000 1100011 0 1 1100 111000 111000 111 101010

Color Harmonies of #717063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717063

Black with #717063

Text Example


Text Example

White with #717063

Text Example


Text Example

HTML Codes & Css Web 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>