Html Css Color HEX #71705E Flint

📋 copy color: '#71705E'

red 113 ◦ green 112 ◦ blue 94

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

Shades of Flint #71705E

Tints of Flint #71705E

RGB

 RED value IS 113 (44.53% from 255) = 35.42%

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

 BLUE value IS 94 (37.11% from 255) = 29.47%

R = 35.42%
G = 35.11%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71705E (or 0x71705E) is known color: Flint. HEX triplet: 71, 70 and 5E. RGB value is (113,112,94). Sum of RGB (Red+Green+Blue) = 113+112+94=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 113 - color contains mainly: red. Hex color #71705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71705E is #8E8FA1. Grayscale: #6E6E6E. Windows color (decimal): -9342882 or 6189169. OLE color: 6189169.

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

Color convert

RGB 113 112 94 -
CMYK 0 0.01 0.17 0.56
HSL 56.84º 0.09% 0.41% -
HSV(B) 56.84º 0.17% 0.44% -
XYZ 14.62 15.91 12.89 -
YUV 110.25 118.83 129.96 -
System Red Green Blue C M Y K H S L
Decimal 113 112 94 0 0.01 0.17 0.56 56.84 0.09 0.41
Hex 71 70 5E 0 1 11 38 39 9 29
Octal 161 160 136 0 1 21 70 71 11 51
Binary 1110001 1110000 1011110 0 1 10001 111000 111001 1001 101001

Color Harmonies of #71705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71705E

Black with #71705E

Text Example


Text Example

White with #71705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71705E; }

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

 H1.HeaderClassName
 {
   color: #71705E;
 }
 .AnyTagClassName
 {
   color: #71705E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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