#74663D

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

Shades of Yellow Metal #74663D

Tints of Yellow Metal #74663D

Color information

#74663D (or 0x74663D) is unknown color: approx Yellow Metal. HEX triplet: 74, 66 and 3D. RGB value is (116,102,61). Sum of RGB (Red+Green+Blue) = 116+102+61=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #74663D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74663D is #8B99C2. Grayscale: #656565. Windows color (decimal): -9148867 or 4023924. OLE color: 4023924.

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

Color convert

RGB11610261-
CMYK00.120.470.55
HSL44.73º31.07%34.71%-
HSV(B)44.73º47.41%45.49%-
XYZ12.813.556.36-
YUV101.51105.14138.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.58%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 61 (24.22% from 255) = 21.86%
R=41.58%
G=36.56%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161026100.120.470.5544.7331.0734.71
Hex74663D0C2F372d1f23
Octal164146750145767553743
Binary111010011001101111010110010111111011110110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74663D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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