Html Css Color HEX #686441 Verdigris

📋 copy color: '#686441'

red 104 ◦ green 100 ◦ blue 65

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

Shades of Verdigris #686441

Tints of Verdigris #686441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.16%

R = 38.66%
G = 37.17%
B = 24.16%

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

#686441 (or 0x686441) is known color: Verdigris. HEX triplet: 68, 64 and 41. RGB value is (104,100,65). Sum of RGB (Red+Green+Blue) = 104+100+65=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #686441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686441 is #979BBE. Grayscale: #616161. Windows color (decimal): -9935807 or 4285544. OLE color: 4285544.

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

Color convert

RGB 104 100 65 -
CMYK 0 0.04 0.38 0.59
HSL 53.85º 0.23% 0.33% -
HSV(B) 53.85º 0.38% 0.41% -
XYZ 11.22 12.44 6.81 -
YUV 97.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 104 100 65 0 0.04 0.38 0.59 53.85 0.23 0.33
Hex 68 64 41 0 4 26 3B 36 17 21
Octal 150 144 101 0 4 46 73 66 27 41
Binary 1101000 1100100 1000001 0 100 100110 111011 110110 10111 100001

Color Harmonies of #686441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686441

Black with #686441

Text Example


Text Example

White with #686441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686441; }

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

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

background-color css

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

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

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

border-color css

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

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

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