#73693D

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

Shades of Yellow Metal #73693D

Tints of Yellow Metal #73693D

Color information

#73693D (or 0x73693D) is unknown color: approx Yellow Metal. HEX triplet: 73, 69 and 3D. RGB value is (115,105,61). Sum of RGB (Red+Green+Blue) = 115+105+61=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 115 - color contains mainly: red. Hex color #73693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73693D is #8C96C2. Grayscale: #676767. Windows color (decimal): -9213635 or 4024691. OLE color: 4024691.

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

Color convert

RGB11510561-
CMYK00.090.470.55
HSL48.89º30.68%34.51%-
HSV(B)48.89º46.96%45.1%-
XYZ12.9614.086.45-
YUV102.97104.31136.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.93%
GREEN value IS 105 (41.41% from 255) = 37.37%
BLUE value IS 61 (24.22% from 255) = 21.71%
R=40.93%
G=37.37%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151056100.090.470.5548.8930.6834.51
Hex73693D092F37311f23
Octal163151750115767613743
Binary111001111010011111010100110111111011111000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73693D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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