#76603D

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

Shades of Yellow Metal #76603D

Tints of Yellow Metal #76603D

Color information

#76603D (or 0x76603D) is unknown color: approx Yellow Metal. HEX triplet: 76, 60 and 3D. RGB value is (118,96,61). Sum of RGB (Red+Green+Blue) = 118+96+61=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #76603D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76603D is #899FC2. Grayscale: #626262. Windows color (decimal): -9019331 or 4022390. OLE color: 4022390.

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

Color convert

RGB1189661-
CMYK00.190.480.54
HSL36.84º31.84%35.1%-
HSV(B)36.84º48.31%46.27%-
XYZ12.512.556.18-
YUV98.59106.79141.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 96 (37.89% from 255) = 34.91%
BLUE value IS 61 (24.22% from 255) = 22.18%
R=42.91%
G=34.91%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118966100.190.480.5436.8431.8435.1
Hex76603D0133036252023
Octal166140750236066454043
Binary11101101100000111101010011110000110110100101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76603D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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