#746643

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

Shades of Yellow Metal #746643

Tints of Yellow Metal #746643

Color information

#746643 (or 0x746643) is unknown color: approx Yellow Metal. HEX triplet: 74, 66 and 43. RGB value is (116,102,67). Sum of RGB (Red+Green+Blue) = 116+102+67=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #746643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746643 is #8B99BC. Grayscale: #666666. Windows color (decimal): -9148861 or 4417140. OLE color: 4417140.

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

Color convert

RGB11610267-
CMYK00.120.420.55
HSL42.86º26.78%35.88%-
HSV(B)42.86º42.24%45.49%-
XYZ12.9713.627.26-
YUV102.2108.14137.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.70%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 67 (26.56% from 255) = 23.51%
R=40.70%
G=35.79%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161026700.120.420.5542.8626.7835.88
Hex7466430C2A372b1b24
Octal1641461030145267533344
Binary1110100110011010000110110010101011011110101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746643; }

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

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

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

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

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

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

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

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