#71653C

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

Shades of Yellow Metal #71653C

Tints of Yellow Metal #71653C

Color information

#71653C (or 0x71653C) is unknown color: approx Yellow Metal. HEX triplet: 71, 65 and 3C. RGB value is (113,101,60). Sum of RGB (Red+Green+Blue) = 113+101+60=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 113 - color contains mainly: red. Hex color #71653C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71653C is #8E9AC3. Grayscale: #646464. Windows color (decimal): -9345732 or 3958129. OLE color: 3958129.

HSL color Cylindrical-coordinate representation of color #71653C: hue angle of 46.42º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71653C is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB11310160-
CMYK00.110.470.56
HSL46.42º30.64%33.92%-
HSV(B)46.42º46.9%44.31%-
XYZ12.2813.146.16-
YUV99.91105.48137.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.24%
GREEN value IS 101 (39.84% from 255) = 36.86%
BLUE value IS 60 (23.83% from 255) = 21.90%
R=41.24%
G=36.86%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131016000.110.470.5646.4230.6433.92
Hex71653C0B2F382e1f22
Octal161145740135770563742
Binary111000111001011111000101110111111100010111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71653C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71653C; }

 p { color: rgb(113,101,60); }

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

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

 a { background-color: rgb(113,101,60); }

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

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

 span { border-color: rgb(113,101,60); }

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