#72663B

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

Shades of Yellow Metal #72663B

Tints of Yellow Metal #72663B

Color information

#72663B (or 0x72663B) is unknown color: approx Yellow Metal. HEX triplet: 72, 66 and 3B. RGB value is (114,102,59). Sum of RGB (Red+Green+Blue) = 114+102+59=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 114 - color contains mainly: red. Hex color #72663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72663B is #8D99C4. Grayscale: #646464. Windows color (decimal): -9279941 or 3892850. OLE color: 3892850.

HSL color Cylindrical-coordinate representation of color #72663B: hue angle of 46.91º degrees, saturation: 0.32, 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 #72663B is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB11410259-
CMYK00.110.480.55
HSL46.91º31.79%33.92%-
HSV(B)46.91º48.25%44.71%-
XYZ12.4813.46.07-
YUV100.69104.48137.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.45%
GREEN value IS 102 (40.23% from 255) = 37.09%
BLUE value IS 59 (23.44% from 255) = 21.45%
R=41.45%
G=37.09%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141025900.110.480.5546.9131.7933.92
Hex72663B0B30372f2022
Octal162146730136067574042
Binary1110010110011011101101011110000110111101111100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72663B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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