Html Css Color HEX #716442 Yellow Metal

📋 copy color: '#716442'

red 113 ◦ green 100 ◦ blue 66

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

Shades of Yellow Metal #716442

Tints of Yellow Metal #716442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.66%

R = 40.5%
G = 35.84%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#716442 (or 0x716442) is known color: Yellow Metal. HEX triplet: 71, 64 and 42. RGB value is (113,100,66). Sum of RGB (Red+Green+Blue) = 113+100+66=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #716442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716442 is #8E9BBD. Grayscale: #646464. Windows color (decimal): -9345982 or 4351089. OLE color: 4351089.

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

Color convert

RGB 113 100 66 -
CMYK 0 0.12 0.42 0.56
HSL 43.4º 0.26% 0.35% -
HSV(B) 43.4º 0.42% 0.44% -
XYZ 12.35 13.02 7.02 -
YUV 100.01 108.81 137.26 -
System Red Green Blue C M Y K H S L
Decimal 113 100 66 0 0.12 0.42 0.56 43.4 0.26 0.35
Hex 71 64 42 0 C 2A 38 2B 1A 23
Octal 161 144 102 0 14 52 70 53 32 43
Binary 1110001 1100100 1000010 0 1100 101010 111000 101011 11010 100011

Color Harmonies of #716442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716442

Black with #716442

Text Example


Text Example

White with #716442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716442; }

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

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

background-color css

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

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

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

border-color css

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

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

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