Html Css Color HEX #716443 Yellow Metal

📋 copy color: '#716443'

red 113 ◦ green 100 ◦ blue 67

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

Shades of Yellow Metal #716443

Tints of Yellow Metal #716443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.93%

R = 40.36%
G = 35.71%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#716443 (or 0x716443) is known color: Yellow Metal. HEX triplet: 71, 64 and 43. RGB value is (113,100,67). Sum of RGB (Red+Green+Blue) = 113+100+67=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #716443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716443 is #8E9BBC. Grayscale: #646464. Windows color (decimal): -9345981 or 4416625. OLE color: 4416625.

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

Color convert

RGB 113 100 67 -
CMYK 0 0.12 0.41 0.56
HSL 43.04º 0.26% 0.35% -
HSV(B) 43.04º 0.41% 0.44% -
XYZ 12.38 13.03 7.17 -
YUV 100.13 109.31 137.18 -
System Red Green Blue C M Y K H S L
Decimal 113 100 67 0 0.12 0.41 0.56 43.04 0.26 0.35
Hex 71 64 43 0 C 29 38 2B 1A 23
Octal 161 144 103 0 14 51 70 53 32 43
Binary 1110001 1100100 1000011 0 1100 101001 111000 101011 11010 100011

Color Harmonies of #716443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716443

Black with #716443

Text Example


Text Example

White with #716443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716443; }

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

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

background-color css

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

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

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

border-color css

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

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

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