#756C3C

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

Shades of Yellow Metal #756C3C

Tints of Yellow Metal #756C3C

Color information

#756C3C (or 0x756C3C) is unknown color: approx Yellow Metal. HEX triplet: 75, 6C and 3C. RGB value is (117,108,60). Sum of RGB (Red+Green+Blue) = 117+108+60=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #756C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756C3C is #8A93C3. Grayscale: #696969. Windows color (decimal): -9081796 or 3959925. OLE color: 3959925.

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

Color convert

RGB11710860-
CMYK00.080.490.54
HSL50.53º32.2%34.71%-
HSV(B)50.53º48.72%45.88%-
XYZ13.5114.836.43-
YUV105.22102.48136.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 108 (42.58% from 255) = 37.89%
BLUE value IS 60 (23.83% from 255) = 21.05%
R=41.05%
G=37.89%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171086000.080.490.5450.5332.234.71
Hex756C3C083136332023
Octal165154740106166634043
Binary1110101110110011110001000110001110110110011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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