#685F3A

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

Shades of Verdigris #685F3A

Tints of Verdigris #685F3A

Color information

#685F3A (or 0x685F3A) is unknown color: approx Verdigris. HEX triplet: 68, 5F and 3A. RGB value is (104,95,58). Sum of RGB (Red+Green+Blue) = 104+95+58=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #685F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685F3A is #97A0C5. Grayscale: #5D5D5D. Windows color (decimal): -9937094 or 3825512. OLE color: 3825512.

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

Color convert

RGB1049558-
CMYK00.090.440.59
HSL48.26º28.4%31.76%-
HSV(B)48.26º44.23%40.78%-
XYZ10.5611.435.65-
YUV93.47107.98135.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.47%
GREEN value IS 95 (37.5% from 255) = 36.96%
BLUE value IS 58 (23.05% from 255) = 22.57%
R=40.47%
G=36.96%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104955800.090.440.5948.2628.431.76
Hex685F3A092C3B301c20
Octal150137720115473603440
Binary110100010111111110100100110110011101111000011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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