#73693C

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

Shades of Yellow Metal #73693C

Tints of Yellow Metal #73693C

Color information

#73693C (or 0x73693C) is unknown color: approx Yellow Metal. HEX triplet: 73, 69 and 3C. RGB value is (115,105,60). Sum of RGB (Red+Green+Blue) = 115+105+60=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 115 - color contains mainly: red. Hex color #73693C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73693C is #8C96C3. Grayscale: #676767. Windows color (decimal): -9213636 or 3959155. OLE color: 3959155.

HSL color Cylindrical-coordinate representation of color #73693C: hue angle of 49.09º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73693C is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB11510560-
CMYK00.090.480.55
HSL49.09º31.43%34.31%-
HSV(B)49.09º47.83%45.1%-
XYZ12.9414.076.31-
YUV102.86103.81136.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.07%
GREEN value IS 105 (41.41% from 255) = 37.5%
BLUE value IS 60 (23.83% from 255) = 21.43%
R=41.07%
G=37.5%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151056000.090.480.5549.0931.4334.31
Hex73693C093037311f22
Octal163151740116067613742
Binary111001111010011111000100111000011011111000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73693C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,105,60); }

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

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

 a { background-color: rgb(115,105,60); }

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

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

 span { border-color: rgb(115,105,60); }

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