Html Css Color HEX #716940 Yellow Metal

📋 copy color: '#716940'

red 113 ◦ green 105 ◦ blue 64

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

Shades of Yellow Metal #716940

Tints of Yellow Metal #716940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.23%

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

R = 40.07%
G = 37.23%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#716940 (or 0x716940) is known color: Yellow Metal. HEX triplet: 71, 69 and 40. RGB value is (113,105,64). Sum of RGB (Red+Green+Blue) = 113+105+64=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #716940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716940 is #8E96BF. Grayscale: #666666. Windows color (decimal): -9344704 or 4221297. OLE color: 4221297.

HSL color Cylindrical-coordinate representation of color #716940: hue angle of 50.2º 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 #716940 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 105 64 -
CMYK 0 0.07 0.43 0.56
HSL 50.2º 0.28% 0.35% -
HSV(B) 50.2º 0.43% 0.44% -
XYZ 12.79 13.98 6.88 -
YUV 102.72 106.15 135.33 -
System Red Green Blue C M Y K H S L
Decimal 113 105 64 0 0.07 0.43 0.56 50.2 0.28 0.35
Hex 71 69 40 0 7 2B 38 32 1C 23
Octal 161 151 100 0 7 53 70 62 34 43
Binary 1110001 1101001 1000000 0 111 101011 111000 110010 11100 100011

Color Harmonies of #716940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716940

Black with #716940

Text Example


Text Example

White with #716940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716940; }

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

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

background-color css

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

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

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

border-color css

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

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

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