#746645

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

Shades of Yellow Metal #746645

Tints of Yellow Metal #746645

Color information

#746645 (or 0x746645) is unknown color: approx Yellow Metal. HEX triplet: 74, 66 and 45. RGB value is (116,102,69). Sum of RGB (Red+Green+Blue) = 116+102+69=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #746645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746645 is #8B99BA. Grayscale: #666666. Windows color (decimal): -9148859 or 4548212. OLE color: 4548212.

HSL color Cylindrical-coordinate representation of color #746645: hue angle of 42.13º 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 #746645 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB11610269-
CMYK00.120.410.55
HSL42.13º25.41%36.27%-
HSV(B)42.13º40.52%45.49%-
XYZ13.0313.657.58-
YUV102.42109.14137.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.42%
GREEN value IS 102 (40.23% from 255) = 35.54%
BLUE value IS 69 (27.34% from 255) = 24.04%
R=40.42%
G=35.54%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161026900.120.410.5542.1325.4136.27
Hex7466450C29372a1924
Octal1641461050145167523144
Binary1110100110011010001010110010100111011110101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746645; }

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

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

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

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

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

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

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

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