#756243

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

Shades of Yellow Metal #756243

Tints of Yellow Metal #756243

Color information

#756243 (or 0x756243) is unknown color: approx Yellow Metal. HEX triplet: 75, 62 and 43. RGB value is (117,98,67). Sum of RGB (Red+Green+Blue) = 117+98+67=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #756243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756243 is #8A9DBC. Grayscale: #646464. Windows color (decimal): -9084349 or 4416117. OLE color: 4416117.

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

Color convert

RGB1179867-
CMYK00.160.430.54
HSL37.2º27.17%36.08%-
HSV(B)37.2º42.74%45.88%-
XYZ12.7212.927.13-
YUV100.15109.29140.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.49%
GREEN value IS 98 (38.67% from 255) = 34.75%
BLUE value IS 67 (26.56% from 255) = 23.76%
R=41.49%
G=34.75%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117986700.160.430.5437.227.1736.08
Hex7562430102B36251b24
Octal1651421030205366453344
Binary11101011100010100001101000010101111011010010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756243; }

 p { color: rgb(117,98,67); }

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

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

 a { background-color: rgb(117,98,67); }

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

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

 span { border-color: rgb(117,98,67); }

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