Html Css Color HEX #686140 Verdigris

📋 copy color: '#686140'

red 104 ◦ green 97 ◦ blue 64

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

Shades of Verdigris #686140

Tints of Verdigris #686140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.6%

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

R = 39.25%
G = 36.6%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#686140 (or 0x686140) is known color: Verdigris. HEX triplet: 68, 61 and 40. RGB value is (104,97,64). Sum of RGB (Red+Green+Blue) = 104+97+64=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #686140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686140 is #979EBF. Grayscale: #5F5F5F. Windows color (decimal): -9936576 or 4219240. OLE color: 4219240.

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

Color convert

RGB 104 97 64 -
CMYK 0 0.07 0.38 0.59
HSL 49.5º 0.24% 0.33% -
HSV(B) 49.5º 0.38% 0.41% -
XYZ 10.91 11.86 6.57 -
YUV 95.33 110.32 134.18 -
System Red Green Blue C M Y K H S L
Decimal 104 97 64 0 0.07 0.38 0.59 49.5 0.24 0.33
Hex 68 61 40 0 7 26 3B 32 18 21
Octal 150 141 100 0 7 46 73 62 30 41
Binary 1101000 1100001 1000000 0 111 100110 111011 110010 11000 100001

Color Harmonies of #686140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686140

Black with #686140

Text Example


Text Example

White with #686140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686140; }

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

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

background-color css

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

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

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

border-color css

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

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

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