#74653E

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

Shades of Yellow Metal #74653E

Tints of Yellow Metal #74653E

Color information

#74653E (or 0x74653E) is unknown color: approx Yellow Metal. HEX triplet: 74, 65 and 3E. RGB value is (116,101,62). Sum of RGB (Red+Green+Blue) = 116+101+62=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #74653E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74653E is #8B9AC1. Grayscale: #656565. Windows color (decimal): -9149122 or 4089204. OLE color: 4089204.

HSL color Cylindrical-coordinate representation of color #74653E: hue angle of 43.33º 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 #74653E is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB11610162-
CMYK00.130.470.55
HSL43.33º30.34%34.9%-
HSV(B)43.33º46.55%45.49%-
XYZ12.7313.376.47-
YUV101.04105.97138.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.58%
GREEN value IS 101 (39.84% from 255) = 36.20%
BLUE value IS 62 (24.61% from 255) = 22.22%
R=41.58%
G=36.20%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161016200.130.470.5543.3330.3434.9
Hex74653E0D2F372b1e23
Octal164145760155767533643
Binary111010011001011111100110110111111011110101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74653E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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