#756A3C

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

Shades of Yellow Metal #756A3C

Tints of Yellow Metal #756A3C

Color information

#756A3C (or 0x756A3C) is unknown color: approx Yellow Metal. HEX triplet: 75, 6A and 3C. RGB value is (117,106,60). Sum of RGB (Red+Green+Blue) = 117+106+60=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #756A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756A3C is #8A95C3. Grayscale: #686868. Windows color (decimal): -9082308 or 3959413. OLE color: 3959413.

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

Color convert

RGB11710660-
CMYK00.090.490.54
HSL48.42º32.2%34.71%-
HSV(B)48.42º48.72%45.88%-
XYZ13.3114.426.36-
YUV104.04103.14137.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.34%
GREEN value IS 106 (41.80% from 255) = 37.46%
BLUE value IS 60 (23.83% from 255) = 21.20%
R=41.34%
G=37.46%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171066000.090.490.5448.4232.234.71
Hex756A3C093136302023
Octal165152740116166604043
Binary1110101110101011110001001110001110110110000100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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