#76603F

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

Shades of Yellow Metal #76603F

Tints of Yellow Metal #76603F

Color information

#76603F (or 0x76603F) is unknown color: approx Yellow Metal. HEX triplet: 76, 60 and 3F. RGB value is (118,96,63). Sum of RGB (Red+Green+Blue) = 118+96+63=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #76603F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76603F is #899FC0. Grayscale: #626262. Windows color (decimal): -9019329 or 4153462. OLE color: 4153462.

HSL color Cylindrical-coordinate representation of color #76603F: hue angle of 36º degrees, saturation: 0.3, 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 #76603F is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1189663-
CMYK00.190.470.54
HSL36º30.39%35.49%-
HSV(B)36º46.61%46.27%-
XYZ12.5512.586.47-
YUV98.82107.79141.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 63 (25% from 255) = 22.74%
R=42.60%
G=34.66%
B=22.74%

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
Decimal118966300.190.470.543630.3935.49
Hex76603F0132F36241e23
Octal166140770235766443643
Binary1110110110000011111101001110111111011010010011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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