#74673D

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

Shades of Yellow Metal #74673D

Tints of Yellow Metal #74673D

Color information

#74673D (or 0x74673D) is unknown color: approx Yellow Metal. HEX triplet: 74, 67 and 3D. RGB value is (116,103,61). Sum of RGB (Red+Green+Blue) = 116+103+61=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #74673D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74673D is #8B98C2. Grayscale: #666666. Windows color (decimal): -9148611 or 4024180. OLE color: 4024180.

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

Color convert

RGB11610361-
CMYK00.110.470.55
HSL45.82º31.07%34.71%-
HSV(B)45.82º47.41%45.49%-
XYZ12.913.756.39-
YUV102.1104.81137.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.43%
GREEN value IS 103 (40.62% from 255) = 36.79%
BLUE value IS 61 (24.22% from 255) = 21.79%
R=41.43%
G=36.79%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161036100.110.470.5545.8231.0734.71
Hex74673D0B2F372e1f23
Octal164147750135767563743
Binary111010011001111111010101110111111011110111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74673D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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