#685F38

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

Shades of Verdigris #685F38

Tints of Verdigris #685F38

Color information

#685F38 (or 0x685F38) is unknown color: approx Verdigris. HEX triplet: 68, 5F and 38. RGB value is (104,95,56). Sum of RGB (Red+Green+Blue) = 104+95+56=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #685F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685F38 is #97A0C7. Grayscale: #5D5D5D. Windows color (decimal): -9937096 or 3694440. OLE color: 3694440.

HSL color Cylindrical-coordinate representation of color #685F38: hue angle of 48.75º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #685F38 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB1049556-
CMYK00.090.460.59
HSL48.75º30%31.37%-
HSV(B)48.75º46.15%40.78%-
XYZ10.5111.415.39-
YUV93.24106.98135.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.78%
GREEN value IS 95 (37.5% from 255) = 37.25%
BLUE value IS 56 (22.27% from 255) = 21.96%
R=40.78%
G=37.25%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104955600.090.460.5948.753031.37
Hex685F38092E3B311e1f
Octal150137700115673613637
Binary11010001011111111000010011011101110111100011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,95,56); }

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

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

 a { background-color: rgb(104,95,56); }

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

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

 span { border-color: rgb(104,95,56); }

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