#756140

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

Shades of Yellow Metal #756140

Tints of Yellow Metal #756140

Color information

#756140 (or 0x756140) is unknown color: approx Yellow Metal. HEX triplet: 75, 61 and 40. RGB value is (117,97,64). Sum of RGB (Red+Green+Blue) = 117+97+64=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #756140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756140 is #8A9EBF. Grayscale: #636363. Windows color (decimal): -9084608 or 4219253. OLE color: 4219253.

HSL color Cylindrical-coordinate representation of color #756140: hue angle of 37.36º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #756140 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB1179764-
CMYK00.170.450.54
HSL37.36º29.28%35.49%-
HSV(B)37.36º45.3%45.88%-
XYZ12.5412.76.64-
YUV99.22108.13140.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.09%
GREEN value IS 97 (38.28% from 255) = 34.89%
BLUE value IS 64 (25.39% from 255) = 23.02%
R=42.09%
G=34.89%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117976400.170.450.5437.3629.2835.49
Hex7561400112D36251d23
Octal1651411000215566453543
Binary11101011100001100000001000110110111011010010111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756140; }

 p { color: rgb(117,97,64); }

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

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

 a { background-color: rgb(117,97,64); }

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

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

 span { border-color: rgb(117,97,64); }

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