Html Css Color HEX #716440 Yellow Metal

📋 copy color: '#716440'

red 113 ◦ green 100 ◦ blue 64

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

Shades of Yellow Metal #716440

Tints of Yellow Metal #716440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.1%

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

R = 40.79%
G = 36.1%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#716440 (or 0x716440) is known color: Yellow Metal. HEX triplet: 71, 64 and 40. RGB value is (113,100,64). Sum of RGB (Red+Green+Blue) = 113+100+64=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 113 - color contains mainly: red. Hex color #716440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716440 is #8E9BBF. Grayscale: #636363. Windows color (decimal): -9345984 or 4220017. OLE color: 4220017.

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

Color convert

RGB 113 100 64 -
CMYK 0 0.12 0.43 0.56
HSL 44.08º 0.28% 0.35% -
HSV(B) 44.08º 0.43% 0.44% -
XYZ 12.29 13 6.71 -
YUV 99.78 107.81 137.43 -
System Red Green Blue C M Y K H S L
Decimal 113 100 64 0 0.12 0.43 0.56 44.08 0.28 0.35
Hex 71 64 40 0 C 2B 38 2C 1C 23
Octal 161 144 100 0 14 53 70 54 34 43
Binary 1110001 1100100 1000000 0 1100 101011 111000 101100 11100 100011

Color Harmonies of #716440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716440

Black with #716440

Text Example


Text Example

White with #716440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716440; }

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

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

background-color css

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

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

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

border-color css

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

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

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