#74663F

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

Shades of Yellow Metal #74663F

Tints of Yellow Metal #74663F

Color information

#74663F (or 0x74663F) is unknown color: approx Yellow Metal. HEX triplet: 74, 66 and 3F. RGB value is (116,102,63). Sum of RGB (Red+Green+Blue) = 116+102+63=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #74663F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74663F is #8B99C0. Grayscale: #656565. Windows color (decimal): -9148865 or 4154996. OLE color: 4154996.

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

Color convert

RGB11610263-
CMYK00.120.460.55
HSL44.15º29.61%35.1%-
HSV(B)44.15º45.69%45.49%-
XYZ12.8513.576.65-
YUV101.74106.14138.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.28%
GREEN value IS 102 (40.23% from 255) = 36.30%
BLUE value IS 63 (25% from 255) = 22.42%
R=41.28%
G=36.30%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161026300.120.460.5544.1529.6135.1
Hex74663F0C2E372c1e23
Octal164146770145667543643
Binary111010011001101111110110010111011011110110011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74663F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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