Html Css Color HEX #716F53 Hemlock

📋 copy color: '#716F53'

red 113 ◦ green 111 ◦ blue 83

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

Shades of Hemlock #716F53

Tints of Hemlock #716F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.04%

R = 36.81%
G = 36.16%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#716F53 (or 0x716F53) is known color: Hemlock. HEX triplet: 71, 6F and 53. RGB value is (113,111,83). Sum of RGB (Red+Green+Blue) = 113+111+83=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 113 - color contains mainly: red. Hex color #716F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F53 is #8E90AC. Grayscale: #6C6C6C. Windows color (decimal): -9343149 or 5468017. OLE color: 5468017.

HSL color Cylindrical-coordinate representation of color #716F53: hue angle of 56º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #716F53 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 111 83 -
CMYK 0 0.02 0.27 0.56
HSL 56º 0.15% 0.38% -
HSV(B) 56º 0.27% 0.44% -
XYZ 14.06 15.5 10.44 -
YUV 108.41 113.66 131.28 -
System Red Green Blue C M Y K H S L
Decimal 113 111 83 0 0.02 0.27 0.56 56 0.15 0.38
Hex 71 6F 53 0 2 1B 38 38 F 26
Octal 161 157 123 0 2 33 70 70 17 46
Binary 1110001 1101111 1010011 0 10 11011 111000 111000 1111 100110

Color Harmonies of #716F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716F53

Black with #716F53

Text Example


Text Example

White with #716F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716F53; }

 p { color: rgb(113,111,83); }

 H1.HeaderClassName
 {
   color: #716F53;
 }
 .AnyTagClassName
 {
   color: #716F53;
 }
</style>

background-color css

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

 a { background-color: rgb(113,111,83); }

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

border-color css

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

 span { border-color: rgb(113,111,83); }

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