#74643E

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

Shades of Yellow Metal #74643E

Tints of Yellow Metal #74643E

Color information

#74643E (or 0x74643E) is unknown color: approx Yellow Metal. HEX triplet: 74, 64 and 3E. RGB value is (116,100,62). Sum of RGB (Red+Green+Blue) = 116+100+62=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #74643E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74643E is #8B9BC1. Grayscale: #646464. Windows color (decimal): -9149378 or 4088948. OLE color: 4088948.

HSL color Cylindrical-coordinate representation of color #74643E: hue angle of 42.22º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74643E is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB11610062-
CMYK00.140.470.55
HSL42.22º30.34%34.9%-
HSV(B)42.22º46.55%45.49%-
XYZ12.6313.186.43-
YUV100.45106.3139.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.73%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 62 (24.61% from 255) = 22.30%
R=41.73%
G=35.97%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161006200.140.470.5542.2230.3434.9
Hex74643E0E2F372a1e23
Octal164144760165767523643
Binary111010011001001111100111010111111011110101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74643E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74643E; }

 p { color: rgb(116,100,62); }

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

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

 a { background-color: rgb(116,100,62); }

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

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

 span { border-color: rgb(116,100,62); }

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