#685D42

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

Shades of Yellow Metal #685D42

Tints of Yellow Metal #685D42

Color information

#685D42 (or 0x685D42) is unknown color: approx Yellow Metal. HEX triplet: 68, 5D and 42. RGB value is (104,93,66). Sum of RGB (Red+Green+Blue) = 104+93+66=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #685D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685D42 is #97A2BD. Grayscale: #5D5D5D. Windows color (decimal): -9937598 or 4349288. OLE color: 4349288.

HSL color Cylindrical-coordinate representation of color #685D42: hue angle of 42.63º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #685D42 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB1049366-
CMYK00.110.370.59
HSL42.63º22.35%33.33%-
HSV(B)42.63º36.54%40.78%-
XYZ10.6111.176.75-
YUV93.21112.64135.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.54%
GREEN value IS 93 (36.72% from 255) = 35.36%
BLUE value IS 66 (26.17% from 255) = 25.10%
R=39.54%
G=35.36%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104936600.110.370.5942.6322.3533.33
Hex685D420B253B2b1621
Octal1501351020134573532641
Binary1101000101110110000100101110010111101110101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685D42; }

 p { color: rgb(104,93,66); }

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

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

 a { background-color: rgb(104,93,66); }

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

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

 span { border-color: rgb(104,93,66); }

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