#76673A

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

Shades of Yellow Metal #76673A

Tints of Yellow Metal #76673A

Color information

#76673A (or 0x76673A) is unknown color: approx Yellow Metal. HEX triplet: 76, 67 and 3A. RGB value is (118,103,58). Sum of RGB (Red+Green+Blue) = 118+103+58=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76673A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76673A is #8998C5. Grayscale: #666666. Windows color (decimal): -9017542 or 3827574. OLE color: 3827574.

HSL color Cylindrical-coordinate representation of color #76673A: hue angle of 45º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76673A is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB11810358-
CMYK00.130.510.54
HSL45º34.09%34.51%-
HSV(B)45º50.85%46.27%-
XYZ13.0913.865.99-
YUV102.35102.97139.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 103 (40.62% from 255) = 36.92%
BLUE value IS 58 (23.05% from 255) = 20.79%
R=42.29%
G=36.92%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181035800.130.510.544534.0934.51
Hex76673A0D33362d2223
Octal166147720156366554243
Binary1110110110011111101001101110011110110101101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76673A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76673A; }

 p { color: rgb(118,103,58); }

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

<style>
 a { background-color: #76673A; }

 a { background-color: rgb(118,103,58); }

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

<style>
 span { border-color: #76673A; }

 span { border-color: rgb(118,103,58); }

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