Html Css Color HEX #686240 Verdigris

📋 copy color: '#686240'

red 104 ◦ green 98 ◦ blue 64

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

Shades of Verdigris #686240

Tints of Verdigris #686240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.84%

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

R = 39.1%
G = 36.84%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#686240 (or 0x686240) is known color: Verdigris. HEX triplet: 68, 62 and 40. RGB value is (104,98,64). Sum of RGB (Red+Green+Blue) = 104+98+64=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #686240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686240 is #979DBF. Grayscale: #606060. Windows color (decimal): -9936320 or 4219496. OLE color: 4219496.

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

Color convert

RGB 104 98 64 -
CMYK 0 0.06 0.38 0.59
HSL 51º 0.24% 0.33% -
HSV(B) 51º 0.38% 0.41% -
XYZ 11 12.05 6.6 -
YUV 95.92 109.99 133.76 -
System Red Green Blue C M Y K H S L
Decimal 104 98 64 0 0.06 0.38 0.59 51 0.24 0.33
Hex 68 62 40 0 6 26 3B 33 18 21
Octal 150 142 100 0 6 46 73 63 30 41
Binary 1101000 1100010 1000000 0 110 100110 111011 110011 11000 100001

Color Harmonies of #686240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686240

Black with #686240

Text Example


Text Example

White with #686240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686240; }

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

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

background-color css

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

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

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

border-color css

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

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

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