#756C3E

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

Shades of Yellow Metal #756C3E

Tints of Yellow Metal #756C3E

Color information

#756C3E (or 0x756C3E) is unknown color: approx Yellow Metal. HEX triplet: 75, 6C and 3E. RGB value is (117,108,62). Sum of RGB (Red+Green+Blue) = 117+108+62=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #756C3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756C3E is #8A93C1. Grayscale: #696969. Windows color (decimal): -9081794 or 4090997. OLE color: 4090997.

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

Color convert

RGB11710862-
CMYK00.080.470.54
HSL50.18º30.73%35.1%-
HSV(B)50.18º47.01%45.88%-
XYZ13.5714.856.71-
YUV105.45103.48136.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.77%
GREEN value IS 108 (42.58% from 255) = 37.63%
BLUE value IS 62 (24.61% from 255) = 21.60%
R=40.77%
G=37.63%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171086200.080.470.5450.1830.7335.1
Hex756C3E082F36321f23
Octal165154760105766623743
Binary111010111011001111100100010111111011011001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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