Html Css Color HEX #716F42 Hemlock

📋 copy color: '#716F42'

red 113 ◦ green 111 ◦ blue 66

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

Shades of Hemlock #716F42

Tints of Hemlock #716F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.76%

R = 38.97%
G = 38.28%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#716F42 (or 0x716F42) is known color: Hemlock. HEX triplet: 71, 6F and 42. RGB value is (113,111,66). Sum of RGB (Red+Green+Blue) = 113+111+66=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 113 - color contains mainly: red. Hex color #716F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716F42 is #8E90BD. Grayscale: #6A6A6A. Windows color (decimal): -9343166 or 4353905. OLE color: 4353905.

HSL color Cylindrical-coordinate representation of color #716F42: hue angle of 57.45º degrees, saturation: 0.26, 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 #716F42 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 111 66 -
CMYK 0 0.02 0.42 0.56
HSL 57.45º 0.26% 0.35% -
HSV(B) 57.45º 0.42% 0.44% -
XYZ 13.48 15.27 7.39 -
YUV 106.47 105.16 132.66 -
System Red Green Blue C M Y K H S L
Decimal 113 111 66 0 0.02 0.42 0.56 57.45 0.26 0.35
Hex 71 6F 42 0 2 2A 38 39 1A 23
Octal 161 157 102 0 2 52 70 71 32 43
Binary 1110001 1101111 1000010 0 10 101010 111000 111001 11010 100011

Color Harmonies of #716F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716F42

Black with #716F42

Text Example


Text Example

White with #716F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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