#756344

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

Shades of Yellow Metal #756344

Tints of Yellow Metal #756344

Color information

#756344 (or 0x756344) is unknown color: approx Yellow Metal. HEX triplet: 75, 63 and 44. RGB value is (117,99,68). Sum of RGB (Red+Green+Blue) = 117+99+68=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #756344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756344 is #8A9CBB. Grayscale: #646464. Windows color (decimal): -9084092 or 4481909. OLE color: 4481909.

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

Color convert

RGB1179968-
CMYK00.150.420.54
HSL37.96º26.49%36.27%-
HSV(B)37.96º41.88%45.88%-
XYZ12.8413.127.33-
YUV100.85109.46139.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 68 (26.95% from 255) = 23.94%
R=41.20%
G=34.86%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117996800.150.420.5437.9626.4936.27
Hex7563440F2A36261a24
Octal1651431040175266463244
Binary1110101110001110001000111110101011011010011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756344; }

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

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

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

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

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

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

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

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