Html Css Color HEX #716E41 Hemlock

📋 copy color: '#716E41'

red 113 ◦ green 110 ◦ blue 65

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

Shades of Hemlock #716E41

Tints of Hemlock #716E41

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.19%

 BLUE value IS 65 (25.78% from 255) = 22.57%

R = 39.24%
G = 38.19%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#716E41 (or 0x716E41) is known color: Hemlock. HEX triplet: 71, 6E and 41. RGB value is (113,110,65). Sum of RGB (Red+Green+Blue) = 113+110+65=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 113 - color contains mainly: red. Hex color #716E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716E41 is #8E91BE. Grayscale: #696969. Windows color (decimal): -9343423 or 4288113. OLE color: 4288113.

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

Color convert

RGB 113 110 65 -
CMYK 0 0.03 0.42 0.56
HSL 56.25º 0.27% 0.35% -
HSV(B) 56.25º 0.42% 0.44% -
XYZ 13.34 15.04 7.2 -
YUV 105.77 104.99 133.16 -
System Red Green Blue C M Y K H S L
Decimal 113 110 65 0 0.03 0.42 0.56 56.25 0.27 0.35
Hex 71 6E 41 0 3 2A 38 38 1B 23
Octal 161 156 101 0 3 52 70 70 33 43
Binary 1110001 1101110 1000001 0 11 101010 111000 111000 11011 100011

Color Harmonies of #716E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E41

Black with #716E41

Text Example


Text Example

White with #716E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,110,65); }

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

background-color css

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

 a { background-color: rgb(113,110,65); }

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

border-color css

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

 span { border-color: rgb(113,110,65); }

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