#756440

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

Shades of Yellow Metal #756440

Tints of Yellow Metal #756440

Color information

#756440 (or 0x756440) is unknown color: approx Yellow Metal. HEX triplet: 75, 64 and 40. RGB value is (117,100,64). Sum of RGB (Red+Green+Blue) = 117+100+64=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #756440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756440 is #8A9BBF. Grayscale: #656565. Windows color (decimal): -9083840 or 4220021. OLE color: 4220021.

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

Color convert

RGB11710064-
CMYK00.150.450.54
HSL40.75º29.28%35.49%-
HSV(B)40.75º45.3%45.88%-
XYZ12.8213.276.74-
YUV100.98107.13139.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.64%
GREEN value IS 100 (39.45% from 255) = 35.59%
BLUE value IS 64 (25.39% from 255) = 22.78%
R=41.64%
G=35.59%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171006400.150.450.5440.7529.2835.49
Hex7564400F2D36291d23
Octal1651441000175566513543
Binary1110101110010010000000111110110111011010100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756440; }

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

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

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

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

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

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

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

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