#71613A

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

Shades of Yellow Metal #71613A

Tints of Yellow Metal #71613A

Color information

#71613A (or 0x71613A) is unknown color: approx Yellow Metal. HEX triplet: 71, 61 and 3A. RGB value is (113,97,58). Sum of RGB (Red+Green+Blue) = 113+97+58=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #71613A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71613A is #8E9EC5. Grayscale: #616161. Windows color (decimal): -9346758 or 3826033. OLE color: 3826033.

HSL color Cylindrical-coordinate representation of color #71613A: hue angle of 42.55º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71613A is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB1139758-
CMYK00.140.490.56
HSL42.55º32.16%33.53%-
HSV(B)42.55º48.67%44.31%-
XYZ11.8512.375.77-
YUV97.34105.8139.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.16%
GREEN value IS 97 (38.28% from 255) = 36.19%
BLUE value IS 58 (23.05% from 255) = 21.64%
R=42.16%
G=36.19%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113975800.140.490.5642.5532.1633.53
Hex71613A0E31382b2022
Octal161141720166170534042
Binary1110001110000111101001110110001111000101011100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71613A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71613A; }

 p { color: rgb(113,97,58); }

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

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

 a { background-color: rgb(113,97,58); }

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

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

 span { border-color: rgb(113,97,58); }

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