#76603E

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

Shades of Yellow Metal #76603E

Tints of Yellow Metal #76603E

Color information

#76603E (or 0x76603E) is unknown color: approx Yellow Metal. HEX triplet: 76, 60 and 3E. RGB value is (118,96,62). Sum of RGB (Red+Green+Blue) = 118+96+62=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #76603E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76603E is #899FC1. Grayscale: #626262. Windows color (decimal): -9019330 or 4087926. OLE color: 4087926.

HSL color Cylindrical-coordinate representation of color #76603E: hue angle of 36.43º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76603E is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1189662-
CMYK00.190.470.54
HSL36.43º31.11%35.29%-
HSV(B)36.43º47.46%46.27%-
XYZ12.5212.576.32-
YUV98.7107.29141.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 96 (37.89% from 255) = 34.78%
BLUE value IS 62 (24.61% from 255) = 22.46%
R=42.75%
G=34.78%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118966200.190.470.5436.4331.1135.29
Hex76603E0132F36241f23
Octal166140760235766443743
Binary1110110110000011111001001110111111011010010011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76603E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76603E; }

 p { color: rgb(118,96,62); }

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

<style>
 a { background-color: #76603E; }

 a { background-color: rgb(118,96,62); }

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

<style>
 span { border-color: #76603E; }

 span { border-color: rgb(118,96,62); }

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