#74683F

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

Shades of Yellow Metal #74683F

Tints of Yellow Metal #74683F

Color information

#74683F (or 0x74683F) is unknown color: approx Yellow Metal. HEX triplet: 74, 68 and 3F. RGB value is (116,104,63). Sum of RGB (Red+Green+Blue) = 116+104+63=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #74683F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74683F is #8B97C0. Grayscale: #676767. Windows color (decimal): -9148353 or 4155508. OLE color: 4155508.

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

Color convert

RGB11610463-
CMYK00.100.460.55
HSL46.42º29.61%35.1%-
HSV(B)46.42º45.69%45.49%-
XYZ13.0513.976.71-
YUV102.91105.48137.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.99%
GREEN value IS 104 (41.02% from 255) = 36.75%
BLUE value IS 63 (25% from 255) = 22.26%
R=40.99%
G=36.75%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161046300.100.460.5546.4229.6135.1
Hex74683F0A2E372e1e23
Octal164150770125667563643
Binary111010011010001111110101010111011011110111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74683F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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