#74633D

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

Shades of Yellow Metal #74633D

Tints of Yellow Metal #74633D

Color information

#74633D (or 0x74633D) is unknown color: approx Yellow Metal. HEX triplet: 74, 63 and 3D. RGB value is (116,99,61). Sum of RGB (Red+Green+Blue) = 116+99+61=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #74633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74633D is #8B9CC2. Grayscale: #636363. Windows color (decimal): -9149635 or 4023156. OLE color: 4023156.

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

Color convert

RGB1169961-
CMYK00.150.470.55
HSL41.45º31.07%34.71%-
HSV(B)41.45º47.41%45.49%-
XYZ12.5112.976.26-
YUV99.75106.13139.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.03%
GREEN value IS 99 (39.06% from 255) = 35.87%
BLUE value IS 61 (24.22% from 255) = 22.10%
R=42.03%
G=35.87%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116996100.150.470.5541.4531.0734.71
Hex74633D0F2F37291f23
Octal164143750175767513743
Binary111010011000111111010111110111111011110100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74633D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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