#74643F

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

Shades of Yellow Metal #74643F

Tints of Yellow Metal #74643F

Color information

#74643F (or 0x74643F) is unknown color: approx Yellow Metal. HEX triplet: 74, 64 and 3F. RGB value is (116,100,63). Sum of RGB (Red+Green+Blue) = 116+100+63=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #74643F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74643F is #8B9BC0. Grayscale: #646464. Windows color (decimal): -9149377 or 4154484. OLE color: 4154484.

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

Color convert

RGB11610063-
CMYK00.140.460.55
HSL41.89º29.61%35.1%-
HSV(B)41.89º45.69%45.49%-
XYZ12.6613.196.58-
YUV100.57106.8139.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.58%
GREEN value IS 100 (39.45% from 255) = 35.84%
BLUE value IS 63 (25% from 255) = 22.58%
R=41.58%
G=35.84%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161006300.140.460.5541.8929.6135.1
Hex74643F0E2E372a1e23
Octal164144770165667523643
Binary111010011001001111110111010111011011110101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74643F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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