#72663F

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

Shades of Yellow Metal #72663F

Tints of Yellow Metal #72663F

Color information

#72663F (or 0x72663F) is unknown color: approx Yellow Metal. HEX triplet: 72, 66 and 3F. RGB value is (114,102,63). Sum of RGB (Red+Green+Blue) = 114+102+63=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #72663F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72663F is #8D99C0. Grayscale: #656565. Windows color (decimal): -9279937 or 4154994. OLE color: 4154994.

HSL color Cylindrical-coordinate representation of color #72663F: hue angle of 45.88º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72663F is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB11410263-
CMYK00.110.450.55
HSL45.88º28.81%34.71%-
HSV(B)45.88º44.74%44.71%-
XYZ12.5913.446.63-
YUV101.14106.48137.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.86%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 63 (25% from 255) = 22.58%
R=40.86%
G=36.56%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141026300.110.450.5545.8828.8134.71
Hex72663F0B2D372e1d23
Octal162146770135567563543
Binary111001011001101111110101110110111011110111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72663F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72663F; }

 p { color: rgb(114,102,63); }

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

<style>
 a { background-color: #72663F; }

 a { background-color: rgb(114,102,63); }

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

<style>
 span { border-color: #72663F; }

 span { border-color: rgb(114,102,63); }

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