Html Css Color HEX #686840 Verdigris

📋 copy color: '#686840'

red 104 ◦ green 104 ◦ blue 64

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

Shades of Verdigris #686840

Tints of Verdigris #686840

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.24%

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

R = 38.24%
G = 38.24%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#686840 (or 0x686840) is known color: Verdigris. HEX triplet: 68, 68 and 40. RGB value is (104,104,64). Sum of RGB (Red+Green+Blue) = 104+104+64=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686840 is #9797BF. Grayscale: #636363. Windows color (decimal): -9934784 or 4221032. OLE color: 4221032.

HSL color Cylindrical-coordinate representation of color #686840: hue angle of 60º 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 #686840 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 104 64 -
CMYK 0 0 0.38 0.59
HSL 60º 0.24% 0.33% -
HSV(B) 60º 0.38% 0.41% -
XYZ 11.58 13.21 6.79 -
YUV 99.44 108 131.25 -
System Red Green Blue C M Y K H S L
Decimal 104 104 64 0 0 0.38 0.59 60 0.24 0.33
Hex 68 68 40 0 0 26 3B 3C 18 21
Octal 150 150 100 0 0 46 73 74 30 41
Binary 1101000 1101000 1000000 0 0 100110 111011 111100 11000 100001

Color Harmonies of #686840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686840

Black with #686840

Text Example


Text Example

White with #686840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686840; }

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

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

background-color css

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

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

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

border-color css

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

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

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