#746845

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

Shades of Yellow Metal #746845

Tints of Yellow Metal #746845

Color information

#746845 (or 0x746845) is unknown color: approx Yellow Metal. HEX triplet: 74, 68 and 45. RGB value is (116,104,69). Sum of RGB (Red+Green+Blue) = 116+104+69=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #746845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746845 is #8B97BA. Grayscale: #676767. Windows color (decimal): -9148347 or 4548724. OLE color: 4548724.

HSL color Cylindrical-coordinate representation of color #746845: hue angle of 44.68º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #746845 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB11610469-
CMYK00.100.410.55
HSL44.68º25.41%36.27%-
HSV(B)44.68º40.52%45.49%-
XYZ13.2314.047.64-
YUV103.6108.48136.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.14%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 69 (27.34% from 255) = 23.88%
R=40.14%
G=35.99%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161046900.100.410.5544.6825.4136.27
Hex7468450A29372d1924
Octal1641501050125167553144
Binary1110100110100010001010101010100111011110110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746845; }

 p { color: rgb(116,104,69); }

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

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

 a { background-color: rgb(116,104,69); }

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

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

 span { border-color: rgb(116,104,69); }

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