#76693A

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

Shades of Yellow Metal #76693A

Tints of Yellow Metal #76693A

Color information

#76693A (or 0x76693A) is unknown color: approx Yellow Metal. HEX triplet: 76, 69 and 3A. RGB value is (118,105,58). Sum of RGB (Red+Green+Blue) = 118+105+58=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76693A is #8996C5. Grayscale: #676767. Windows color (decimal): -9017030 or 3828086. OLE color: 3828086.

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

Color convert

RGB11810558-
CMYK00.110.510.54
HSL47º34.09%34.51%-
HSV(B)47º50.85%46.27%-
XYZ13.2914.266.06-
YUV103.53102.31138.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.99%
GREEN value IS 105 (41.41% from 255) = 37.37%
BLUE value IS 58 (23.05% from 255) = 20.64%
R=41.99%
G=37.37%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181055800.110.510.544734.0934.51
Hex76693A0B33362f2223
Octal166151720136366574243
Binary1110110110100111101001011110011110110101111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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