#72683E

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

Shades of Yellow Metal #72683E

Tints of Yellow Metal #72683E

Color information

#72683E (or 0x72683E) is unknown color: approx Yellow Metal. HEX triplet: 72, 68 and 3E. RGB value is (114,104,62). Sum of RGB (Red+Green+Blue) = 114+104+62=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #72683E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72683E is #8D97C1. Grayscale: #666666. Windows color (decimal): -9279426 or 4089970. OLE color: 4089970.

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

Color convert

RGB11410462-
CMYK00.090.460.55
HSL48.46º29.55%34.51%-
HSV(B)48.46º45.61%44.71%-
XYZ12.7613.836.55-
YUV102.2105.31136.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.71%
GREEN value IS 104 (41.02% from 255) = 37.14%
BLUE value IS 62 (24.61% from 255) = 22.14%
R=40.71%
G=37.14%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141046200.090.460.5548.4629.5534.51
Hex72683E092E37301e23
Octal162150760115667603643
Binary111001011010001111100100110111011011111000011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72683E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72683E; }

 p { color: rgb(114,104,62); }

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

<style>
 a { background-color: #72683E; }

 a { background-color: rgb(114,104,62); }

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

<style>
 span { border-color: #72683E; }

 span { border-color: rgb(114,104,62); }

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