#76683B

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

Shades of Yellow Metal #76683B

Tints of Yellow Metal #76683B

Color information

#76683B (or 0x76683B) is unknown color: approx Yellow Metal. HEX triplet: 76, 68 and 3B. RGB value is (118,104,59). Sum of RGB (Red+Green+Blue) = 118+104+59=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76683B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76683B is #8997C4. Grayscale: #676767. Windows color (decimal): -9017285 or 3893366. OLE color: 3893366.

HSL color Cylindrical-coordinate representation of color #76683B: hue angle of 45.76º 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 #76683B is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB11810459-
CMYK00.120.500.54
HSL45.76º33.33%34.71%-
HSV(B)45.76º50%46.27%-
XYZ13.2114.076.16-
YUV103.06103.14138.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.99%
GREEN value IS 104 (41.02% from 255) = 37.01%
BLUE value IS 59 (23.44% from 255) = 21.00%
R=41.99%
G=37.01%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181045900.120.500.5445.7633.3334.71
Hex76683B0C32362e2123
Octal166150730146266564143
Binary1110110110100011101101100110010110110101110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76683B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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