Html Css Color HEX #716540 Yellow Metal

📋 copy color: '#716540'

red 113 ◦ green 101 ◦ blue 64

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

Shades of Yellow Metal #716540

Tints of Yellow Metal #716540

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.33%

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

R = 40.65%
G = 36.33%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#716540 (or 0x716540) is known color: Yellow Metal. HEX triplet: 71, 65 and 40. RGB value is (113,101,64). Sum of RGB (Red+Green+Blue) = 113+101+64=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #716540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716540 is #8E9ABF. Grayscale: #646464. Windows color (decimal): -9345728 or 4220273. OLE color: 4220273.

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

Color convert

RGB 113 101 64 -
CMYK 0 0.11 0.43 0.56
HSL 45.31º 0.28% 0.35% -
HSV(B) 45.31º 0.43% 0.44% -
XYZ 12.39 13.19 6.74 -
YUV 100.37 107.48 137.01 -
System Red Green Blue C M Y K H S L
Decimal 113 101 64 0 0.11 0.43 0.56 45.31 0.28 0.35
Hex 71 65 40 0 B 2B 38 2D 1C 23
Octal 161 145 100 0 13 53 70 55 34 43
Binary 1110001 1100101 1000000 0 1011 101011 111000 101101 11100 100011

Color Harmonies of #716540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716540

Black with #716540

Text Example


Text Example

White with #716540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716540; }

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

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

background-color css

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

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

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

border-color css

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

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

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