#756645

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

Shades of Yellow Metal #756645

Tints of Yellow Metal #756645

Color information

#756645 (or 0x756645) is unknown color: approx Yellow Metal. HEX triplet: 75, 66 and 45. RGB value is (117,102,69). Sum of RGB (Red+Green+Blue) = 117+102+69=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #756645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756645 is #8A99BA. Grayscale: #666666. Windows color (decimal): -9083323 or 4548213. OLE color: 4548213.

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

Color convert

RGB11710269-
CMYK00.130.410.54
HSL41.25º25.81%36.47%-
HSV(B)41.25º41.03%45.88%-
XYZ13.1613.717.58-
YUV102.72108.97138.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.62%
GREEN value IS 102 (40.23% from 255) = 35.42%
BLUE value IS 69 (27.34% from 255) = 23.96%
R=40.62%
G=35.42%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171026900.130.410.5441.2525.8136.47
Hex7566450D2936291a24
Octal1651461050155166513244
Binary1110101110011010001010110110100111011010100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756645; }

 p { color: rgb(117,102,69); }

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

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

 a { background-color: rgb(117,102,69); }

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

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

 span { border-color: rgb(117,102,69); }

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