Html Css Color HEX #686040 Verdigris

📋 copy color: '#686040'

red 104 ◦ green 96 ◦ blue 64

#686040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdigris #686040

Tints of Verdigris #686040

RGB

 RED value IS 104 (41.02% from 255) = 39.39%

 GREEN value IS 96 (37.89% from 255) = 36.36%

 BLUE value IS 64 (25.39% from 255) = 24.24%

R = 39.39%
G = 36.36%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#686040 (or 0x686040) is known color: Verdigris. HEX triplet: 68, 60 and 40. RGB value is (104,96,64). Sum of RGB (Red+Green+Blue) = 104+96+64=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 104 - color contains mainly: red. Hex color #686040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686040 is #979FBF. Grayscale: #5E5E5E. Windows color (decimal): -9936832 or 4218984. OLE color: 4218984.

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

Color convert

RGB 104 96 64 -
CMYK 0 0.08 0.38 0.59
HSL 48º 0.24% 0.33% -
HSV(B) 48º 0.38% 0.41% -
XYZ 10.82 11.68 6.53 -
YUV 94.74 110.65 134.6 -
System Red Green Blue C M Y K H S L
Decimal 104 96 64 0 0.08 0.38 0.59 48 0.24 0.33
Hex 68 60 40 0 8 26 3B 30 18 21
Octal 150 140 100 0 10 46 73 60 30 41
Binary 1101000 1100000 1000000 0 1000 100110 111011 110000 11000 100001

Color Harmonies of #686040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686040

Black with #686040

Text Example


Text Example

White with #686040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686040; }

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

 H1.HeaderClassName
 {
   color: #686040;
 }
 .AnyTagClassName
 {
   color: #686040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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