#756342

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

Shades of Yellow Metal #756342

Tints of Yellow Metal #756342

Color information

#756342 (or 0x756342) is unknown color: approx Yellow Metal. HEX triplet: 75, 63 and 42. RGB value is (117,99,66). Sum of RGB (Red+Green+Blue) = 117+99+66=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #756342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756342 is #8A9CBD. Grayscale: #646464. Windows color (decimal): -9084094 or 4350837. OLE color: 4350837.

HSL color Cylindrical-coordinate representation of color #756342: hue angle of 38.82º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #756342 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1179966-
CMYK00.150.440.54
HSL38.82º27.87%35.88%-
HSV(B)38.82º43.59%45.88%-
XYZ12.7813.17.01-
YUV100.62108.46139.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.49%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 66 (26.17% from 255) = 23.40%
R=41.49%
G=35.11%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117996600.150.440.5438.8227.8735.88
Hex7563420F2C36271c24
Octal1651431020175466473444
Binary1110101110001110000100111110110011011010011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756342; }

 p { color: rgb(117,99,66); }

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

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

 a { background-color: rgb(117,99,66); }

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

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

 span { border-color: rgb(117,99,66); }

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