#756136

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

Shades of Yellow Metal #756136

Tints of Yellow Metal #756136

Color information

#756136 (or 0x756136) is unknown color: approx Yellow Metal. HEX triplet: 75, 61 and 36. RGB value is (117,97,54). Sum of RGB (Red+Green+Blue) = 117+97+54=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #756136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756136 is #8A9EC9. Grayscale: #626262. Windows color (decimal): -9084618 or 3563893. OLE color: 3563893.

HSL color Cylindrical-coordinate representation of color #756136: hue angle of 40.95º 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 #756136 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB1179754-
CMYK00.170.540.54
HSL40.95º36.84%33.53%-
HSV(B)40.95º53.85%45.88%-
XYZ12.2812.65.27-
YUV98.08103.13141.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 97 (38.28% from 255) = 36.19%
BLUE value IS 54 (21.48% from 255) = 20.15%
R=43.66%
G=36.19%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117975400.170.540.5440.9536.8433.53
Hex7561360113636292522
Octal165141660216666514542
Binary11101011100001110110010001110110110110101001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756136; }

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

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

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

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

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

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

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

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