#76613A

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

Shades of Yellow Metal #76613A

Tints of Yellow Metal #76613A

Color information

#76613A (or 0x76613A) is unknown color: approx Yellow Metal. HEX triplet: 76, 61 and 3A. RGB value is (118,97,58). Sum of RGB (Red+Green+Blue) = 118+97+58=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #76613A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76613A is #899EC5. Grayscale: #636363. Windows color (decimal): -9019078 or 3826038. OLE color: 3826038.

HSL color Cylindrical-coordinate representation of color #76613A: hue angle of 39º 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 #76613A is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB1189758-
CMYK00.180.510.54
HSL39º34.09%34.51%-
HSV(B)39º50.85%46.27%-
XYZ12.5112.715.8-
YUV98.83104.96141.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 97 (38.28% from 255) = 35.53%
BLUE value IS 58 (23.05% from 255) = 21.25%
R=43.22%
G=35.53%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118975800.180.510.543934.0934.51
Hex76613A0123336272223
Octal166141720226366474243
Binary11101101100001111010010010110011110110100111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76613A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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