#71633C

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

Shades of Yellow Metal #71633C

Tints of Yellow Metal #71633C

Color information

#71633C (or 0x71633C) is unknown color: approx Yellow Metal. HEX triplet: 71, 63 and 3C. RGB value is (113,99,60). Sum of RGB (Red+Green+Blue) = 113+99+60=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #71633C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71633C is #8E9CC3. Grayscale: #626262. Windows color (decimal): -9346244 or 3957617. OLE color: 3957617.

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

Color convert

RGB1139960-
CMYK00.120.470.56
HSL44.15º30.64%33.92%-
HSV(B)44.15º46.9%44.31%-
XYZ12.0912.766.1-
YUV98.74106.14138.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.54%
GREEN value IS 99 (39.06% from 255) = 36.40%
BLUE value IS 60 (23.83% from 255) = 22.06%
R=41.54%
G=36.40%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113996000.120.470.5644.1530.6433.92
Hex71633C0C2F382c1f22
Octal161143740145770543742
Binary111000111000111111000110010111111100010110011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71633C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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