Html Css Color HEX #716040 Yellow Metal

📋 copy color: '#716040'

red 113 ◦ green 96 ◦ blue 64

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

Shades of Yellow Metal #716040

Tints of Yellow Metal #716040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.16%

 BLUE value IS 64 (25.39% from 255) = 23.44%

R = 41.39%
G = 35.16%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#716040 (or 0x716040) is known color: Yellow Metal. HEX triplet: 71, 60 and 40. RGB value is (113,96,64). Sum of RGB (Red+Green+Blue) = 113+96+64=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #716040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716040 is #8E9FBF. Grayscale: #616161. Windows color (decimal): -9347008 or 4218993. OLE color: 4218993.

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

Color convert

RGB 113 96 64 -
CMYK 0 0.15 0.43 0.56
HSL 39.18º 0.28% 0.35% -
HSV(B) 39.18º 0.43% 0.44% -
XYZ 11.92 12.25 6.59 -
YUV 97.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 113 96 64 0 0.15 0.43 0.56 39.18 0.28 0.35
Hex 71 60 40 0 F 2B 38 27 1C 23
Octal 161 140 100 0 17 53 70 47 34 43
Binary 1110001 1100000 1000000 0 1111 101011 111000 100111 11100 100011

Color Harmonies of #716040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716040

Black with #716040

Text Example


Text Example

White with #716040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716040; }

 p { color: rgb(113,96,64); }

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

background-color css

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

 a { background-color: rgb(113,96,64); }

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

border-color css

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

 span { border-color: rgb(113,96,64); }

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