#756C3B

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

Shades of Yellow Metal #756C3B

Tints of Yellow Metal #756C3B

Color information

#756C3B (or 0x756C3B) is unknown color: approx Yellow Metal. HEX triplet: 75, 6C and 3B. RGB value is (117,108,59). Sum of RGB (Red+Green+Blue) = 117+108+59=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #756C3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756C3B is #8A93C4. Grayscale: #696969. Windows color (decimal): -9081797 or 3894389. OLE color: 3894389.

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

Color convert

RGB11710859-
CMYK00.080.500.54
HSL50.69º32.95%34.51%-
HSV(B)50.69º49.57%45.88%-
XYZ13.4914.826.29-
YUV105.1101.98136.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 108 (42.58% from 255) = 38.03%
BLUE value IS 59 (23.44% from 255) = 20.77%
R=41.20%
G=38.03%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171085900.080.500.5450.6932.9534.51
Hex756C3B083236332123
Octal165154730106266634143
Binary1110101110110011101101000110010110110110011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,108,59); }

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

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

 a { background-color: rgb(117,108,59); }

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

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

 span { border-color: rgb(117,108,59); }

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