#74603F

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

Shades of Yellow Metal #74603F

Tints of Yellow Metal #74603F

Color information

#74603F (or 0x74603F) is unknown color: approx Yellow Metal. HEX triplet: 74, 60 and 3F. RGB value is (116,96,63). Sum of RGB (Red+Green+Blue) = 116+96+63=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #74603F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74603F is #8B9FC0. Grayscale: #626262. Windows color (decimal): -9150401 or 4153460. OLE color: 4153460.

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

Color convert

RGB1169663-
CMYK00.170.460.55
HSL37.36º29.61%35.1%-
HSV(B)37.36º45.69%45.49%-
XYZ12.2812.446.46-
YUV98.22108.13140.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.18%
GREEN value IS 96 (37.89% from 255) = 34.91%
BLUE value IS 63 (25% from 255) = 22.91%
R=42.18%
G=34.91%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116966300.170.460.5537.3629.6135.1
Hex74603F0112E37251e23
Octal164140770215667453643
Binary1110100110000011111101000110111011011110010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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