#696040

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

Shades of Yellow Metal #696040

Tints of Yellow Metal #696040

Color information

#696040 (or 0x696040) is unknown color: approx Yellow Metal. HEX triplet: 69, 60 and 40. RGB value is (105,96,64). Sum of RGB (Red+Green+Blue) = 105+96+64=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 105 - color contains mainly: red. Hex color #696040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696040 is #969FBF. Grayscale: #5F5F5F. Windows color (decimal): -9871296 or 4218985. OLE color: 4218985.

HSL color Cylindrical-coordinate representation of color #696040: hue angle of 46.83º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #696040 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1059664-
CMYK00.090.390.59
HSL46.83º24.26%33.14%-
HSV(B)46.83º39.05%41.18%-
XYZ10.9311.746.54-
YUV95.04110.48135.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.62%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 64 (25.39% from 255) = 24.15%
R=39.62%
G=36.23%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105966400.090.390.5946.8324.2633.14
Hex69604009273B2f1821
Octal1511401000114773573041
Binary1101001110000010000000100110011111101110111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696040; }

 p { color: rgb(105,96,64); }

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

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

 a { background-color: rgb(105,96,64); }

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

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

 span { border-color: rgb(105,96,64); }

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