#685D3D

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

Shades of Yellow Metal #685D3D

Tints of Yellow Metal #685D3D

Color information

#685D3D (or 0x685D3D) is unknown color: approx Yellow Metal. HEX triplet: 68, 5D and 3D. RGB value is (104,93,61). Sum of RGB (Red+Green+Blue) = 104+93+61=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 104 - color contains mainly: red. Hex color #685D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685D3D is #97A2C2. Grayscale: #5C5C5C. Windows color (decimal): -9937603 or 4021608. OLE color: 4021608.

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

Color convert

RGB1049361-
CMYK00.110.410.59
HSL44.65º26.06%32.35%-
HSV(B)44.65º41.35%40.78%-
XYZ10.4711.116.01-
YUV92.64110.14136.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.31%
GREEN value IS 93 (36.72% from 255) = 36.05%
BLUE value IS 61 (24.22% from 255) = 23.64%
R=40.31%
G=36.05%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104936100.110.410.5944.6526.0632.35
Hex685D3D0B293B2d1a20
Octal150135750135173553240
Binary110100010111011111010101110100111101110110111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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