#72693B

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

Shades of Yellow Metal #72693B

Tints of Yellow Metal #72693B

Color information

#72693B (or 0x72693B) is unknown color: approx Yellow Metal. HEX triplet: 72, 69 and 3B. RGB value is (114,105,59). Sum of RGB (Red+Green+Blue) = 114+105+59=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #72693B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72693B is #8D96C4. Grayscale: #666666. Windows color (decimal): -9279173 or 3893618. OLE color: 3893618.

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

Color convert

RGB11410559-
CMYK00.080.480.55
HSL50.18º31.79%33.92%-
HSV(B)50.18º48.25%44.71%-
XYZ12.78146.17-
YUV102.45103.48136.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.01%
GREEN value IS 105 (41.41% from 255) = 37.77%
BLUE value IS 59 (23.44% from 255) = 21.22%
R=41.01%
G=37.77%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141055900.080.480.5550.1831.7933.92
Hex72693B083037322022
Octal162151730106067624042
Binary1110010110100111101101000110000110111110010100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72693B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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