#76623B

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

Shades of Yellow Metal #76623B

Tints of Yellow Metal #76623B

Color information

#76623B (or 0x76623B) is unknown color: approx Yellow Metal. HEX triplet: 76, 62 and 3B. RGB value is (118,98,59). Sum of RGB (Red+Green+Blue) = 118+98+59=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #76623B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76623B is #899DC4. Grayscale: #636363. Windows color (decimal): -9018821 or 3891830. OLE color: 3891830.

HSL color Cylindrical-coordinate representation of color #76623B: hue angle of 39.66º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76623B is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1189859-
CMYK00.170.500.54
HSL39.66º33.33%34.71%-
HSV(B)39.66º50%46.27%-
XYZ12.6312.95.96-
YUV99.53105.13141.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 98 (38.67% from 255) = 35.64%
BLUE value IS 59 (23.44% from 255) = 21.45%
R=42.91%
G=35.64%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118985900.170.500.5439.6633.3334.71
Hex76623B0113236282123
Octal166142730216266504143
Binary11101101100010111011010001110010110110101000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76623B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76623B; }

 p { color: rgb(118,98,59); }

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

<style>
 a { background-color: #76623B; }

 a { background-color: rgb(118,98,59); }

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

<style>
 span { border-color: #76623B; }

 span { border-color: rgb(118,98,59); }

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