#756036

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

Shades of Yellow Metal #756036

Tints of Yellow Metal #756036

Color information

#756036 (or 0x756036) is unknown color: approx Yellow Metal. HEX triplet: 75, 60 and 36. RGB value is (117,96,54). Sum of RGB (Red+Green+Blue) = 117+96+54=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #756036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756036 is #8A9FC9. Grayscale: #616161. Windows color (decimal): -9084874 or 3563637. OLE color: 3563637.

HSL color Cylindrical-coordinate representation of color #756036: hue angle of 40º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #756036 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB1179654-
CMYK00.180.540.54
HSL40º36.84%33.53%-
HSV(B)40º53.85%45.88%-
XYZ12.1812.415.24-
YUV97.49103.46141.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 54 (21.48% from 255) = 20.22%
R=43.82%
G=35.96%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117965400.180.540.544036.8433.53
Hex7560360123636282522
Octal165140660226666504542
Binary11101011100000110110010010110110110110101000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756036; }

 p { color: rgb(117,96,54); }

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

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

 a { background-color: rgb(117,96,54); }

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

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

 span { border-color: rgb(117,96,54); }

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