#72693F

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

Shades of Yellow Metal #72693F

Tints of Yellow Metal #72693F

Color information

#72693F (or 0x72693F) is unknown color: approx Yellow Metal. HEX triplet: 72, 69 and 3F. RGB value is (114,105,63). Sum of RGB (Red+Green+Blue) = 114+105+63=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #72693F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72693F is #8D96C0. Grayscale: #676767. Windows color (decimal): -9279169 or 4155762. OLE color: 4155762.

HSL color Cylindrical-coordinate representation of color #72693F: hue angle of 49.41º 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 #72693F is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB11410563-
CMYK00.080.450.55
HSL49.41º28.81%34.71%-
HSV(B)49.41º44.74%44.71%-
XYZ12.8914.046.73-
YUV102.9105.48135.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.43%
GREEN value IS 105 (41.41% from 255) = 37.23%
BLUE value IS 63 (25% from 255) = 22.34%
R=40.43%
G=37.23%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141056300.080.450.5549.4128.8134.71
Hex72693F082D37311d23
Octal162151770105567613543
Binary111001011010011111110100010110111011111000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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