#72643E

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

Shades of Yellow Metal #72643E

Tints of Yellow Metal #72643E

Color information

#72643E (or 0x72643E) is unknown color: approx Yellow Metal. HEX triplet: 72, 64 and 3E. RGB value is (114,100,62). Sum of RGB (Red+Green+Blue) = 114+100+62=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #72643E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72643E is #8D9BC1. Grayscale: #646464. Windows color (decimal): -9280450 or 4088946. OLE color: 4088946.

HSL color Cylindrical-coordinate representation of color #72643E: hue angle of 43.85º 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 #72643E is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB11410062-
CMYK00.120.460.55
HSL43.85º29.55%34.51%-
HSV(B)43.85º45.61%44.71%-
XYZ12.3713.046.42-
YUV99.85106.64138.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.30%
GREEN value IS 100 (39.45% from 255) = 36.23%
BLUE value IS 62 (24.61% from 255) = 22.46%
R=41.30%
G=36.23%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141006200.120.460.5543.8529.5534.51
Hex72643E0C2E372c1e23
Octal162144760145667543643
Binary111001011001001111100110010111011011110110011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72643E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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