Html Css Color HEX #716F3F Hemlock

📋 copy color: '#716F3F'

red 113 ◦ green 111 ◦ blue 63

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

Shades of Hemlock #716F3F

Tints of Hemlock #716F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.95%

R = 39.37%
G = 38.68%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#716F3F (or 0x716F3F) is known color: Hemlock. HEX triplet: 71, 6F and 3F. RGB value is (113,111,63). Sum of RGB (Red+Green+Blue) = 113+111+63=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #716F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716F3F is #8E90C0. Grayscale: #6A6A6A. Windows color (decimal): -9343169 or 4157297. OLE color: 4157297.

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

Color convert

RGB 113 111 63 -
CMYK 0 0.02 0.44 0.56
HSL 57.6º 0.28% 0.35% -
HSV(B) 57.6º 0.44% 0.44% -
XYZ 13.39 15.24 6.94 -
YUV 106.13 103.66 132.9 -
System Red Green Blue C M Y K H S L
Decimal 113 111 63 0 0.02 0.44 0.56 57.6 0.28 0.35
Hex 71 6F 3F 0 2 2C 38 3A 1C 23
Octal 161 157 77 0 2 54 70 72 34 43
Binary 1110001 1101111 111111 0 10 101100 111000 111010 11100 100011

Color Harmonies of #716F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716F3F

Black with #716F3F

Text Example


Text Example

White with #716F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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