#756A3F

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

Shades of Yellow Metal #756A3F

Tints of Yellow Metal #756A3F

Color information

#756A3F (or 0x756A3F) is unknown color: approx Yellow Metal. HEX triplet: 75, 6A and 3F. RGB value is (117,106,63). Sum of RGB (Red+Green+Blue) = 117+106+63=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #756A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756A3F is #8A95C0. Grayscale: #686868. Windows color (decimal): -9082305 or 4156021. OLE color: 4156021.

HSL color Cylindrical-coordinate representation of color #756A3F: hue angle of 47.78º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #756A3F is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB11710663-
CMYK00.090.460.54
HSL47.78º30%35.29%-
HSV(B)47.78º46.15%45.88%-
XYZ13.3914.456.79-
YUV104.39104.64137-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.91%
GREEN value IS 106 (41.80% from 255) = 37.06%
BLUE value IS 63 (25% from 255) = 22.03%
R=40.91%
G=37.06%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171066300.090.460.5447.783035.29
Hex756A3F092E36301e23
Octal165152770115666603643
Binary111010111010101111110100110111011011011000011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756A3F; }

 p { color: rgb(117,106,63); }

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

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

 a { background-color: rgb(117,106,63); }

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

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

 span { border-color: rgb(117,106,63); }

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