#756341

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

Shades of Yellow Metal #756341

Tints of Yellow Metal #756341

Color information

#756341 (or 0x756341) is unknown color: approx Yellow Metal. HEX triplet: 75, 63 and 41. RGB value is (117,99,65). Sum of RGB (Red+Green+Blue) = 117+99+65=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #756341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756341 is #8A9CBE. Grayscale: #646464. Windows color (decimal): -9084095 or 4285301. OLE color: 4285301.

HSL color Cylindrical-coordinate representation of color #756341: hue angle of 39.23º degrees, saturation: 0.29, 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 #756341 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1179965-
CMYK00.150.440.54
HSL39.23º28.57%35.69%-
HSV(B)39.23º44.44%45.88%-
XYZ12.7513.096.86-
YUV100.51107.96139.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.64%
GREEN value IS 99 (39.06% from 255) = 35.23%
BLUE value IS 65 (25.78% from 255) = 23.13%
R=41.64%
G=35.23%
B=23.13%

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
Decimal117996500.150.440.5439.2328.5735.69
Hex7563410F2C36271d24
Octal1651431010175466473544
Binary1110101110001110000010111110110011011010011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756341; }

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

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

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

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

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

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

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

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