#73663A

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

Shades of Yellow Metal #73663A

Tints of Yellow Metal #73663A

Color information

#73663A (or 0x73663A) is unknown color: approx Yellow Metal. HEX triplet: 73, 66 and 3A. RGB value is (115,102,58). Sum of RGB (Red+Green+Blue) = 115+102+58=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 115 - color contains mainly: red. Hex color #73663A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73663A is #8C99C5. Grayscale: #656565. Windows color (decimal): -9214406 or 3827315. OLE color: 3827315.

HSL color Cylindrical-coordinate representation of color #73663A: hue angle of 46.32º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73663A is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB11510258-
CMYK00.110.500.55
HSL46.32º32.95%33.92%-
HSV(B)46.32º49.57%45.1%-
XYZ12.5913.455.94-
YUV100.87103.81138.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.82%
GREEN value IS 102 (40.23% from 255) = 37.09%
BLUE value IS 58 (23.05% from 255) = 21.09%
R=41.82%
G=37.09%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151025800.110.500.5546.3232.9533.92
Hex73663A0B32372e2122
Octal163146720136267564142
Binary1110011110011011101001011110010110111101110100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73663A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,102,58); }

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

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

 a { background-color: rgb(115,102,58); }

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

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

 span { border-color: rgb(115,102,58); }

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