Html Css Color HEX #686440 Verdigris

📋 copy color: '#686440'

red 104 ◦ green 100 ◦ blue 64

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

Shades of Verdigris #686440

Tints of Verdigris #686440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.31%

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

R = 38.81%
G = 37.31%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#686440 (or 0x686440) is known color: Verdigris. HEX triplet: 68, 64 and 40. RGB value is (104,100,64). Sum of RGB (Red+Green+Blue) = 104+100+64=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 104 - color contains mainly: red. Hex color #686440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686440 is #979BBF. Grayscale: #616161. Windows color (decimal): -9935808 or 4220008. OLE color: 4220008.

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

Color convert

RGB 104 100 64 -
CMYK 0 0.04 0.38 0.59
HSL 54º 0.24% 0.33% -
HSV(B) 54º 0.38% 0.41% -
XYZ 11.19 12.43 6.66 -
YUV 97.09 109.33 132.93 -
System Red Green Blue C M Y K H S L
Decimal 104 100 64 0 0.04 0.38 0.59 54 0.24 0.33
Hex 68 64 40 0 4 26 3B 36 18 21
Octal 150 144 100 0 4 46 73 66 30 41
Binary 1101000 1100100 1000000 0 100 100110 111011 110110 11000 100001

Color Harmonies of #686440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686440

Black with #686440

Text Example


Text Example

White with #686440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686440; }

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

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

background-color css

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

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

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

border-color css

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

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

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