#716343

Color #716343 Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #716343

Tints of Yellow Metal #716343

Color information

#716343 (or 0x716343) is unknown color: approx Yellow Metal. HEX triplet: 71, 63 and 43. RGB value is (113,99,67). Sum of RGB (Red+Green+Blue) = 113+99+67=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #716343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716343 is #8E9CBC. Grayscale: #636363. Windows color (decimal): -9346237 or 4416369. OLE color: 4416369.

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

Color convert

RGB1139967-
CMYK00.120.410.56
HSL41.74º25.56%35.29%-
HSV(B)41.74º40.71%44.31%-
XYZ12.2912.847.14-
YUV99.54109.64137.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.50%
GREEN value IS 99 (39.06% from 255) = 35.48%
BLUE value IS 67 (26.56% from 255) = 24.01%
R=40.50%
G=35.48%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113996700.120.410.5641.7425.5635.29
Hex7163430C29382a1a23
Octal1611431030145170523243
Binary1110001110001110000110110010100111100010101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716343; }

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

 H1.HeaderClassName
 {
   color: #716343;
 }
 .AnyTagClassName
 {
   color: #716343;
 }
</style>
background-color css

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

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

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

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

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

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