Html Css Color HEX #686041 Verdigris

📋 copy color: '#686041'

red 104 ◦ green 96 ◦ blue 65

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

Shades of Verdigris #686041

Tints of Verdigris #686041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.23%

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

R = 39.25%
G = 36.23%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#686041 (or 0x686041) is known color: Verdigris. HEX triplet: 68, 60 and 41. RGB value is (104,96,65). Sum of RGB (Red+Green+Blue) = 104+96+65=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #686041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686041 is #979FBE. Grayscale: #5E5E5E. Windows color (decimal): -9936831 or 4284520. OLE color: 4284520.

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

Color convert

RGB 104 96 65 -
CMYK 0 0.08 0.38 0.59
HSL 47.69º 0.23% 0.33% -
HSV(B) 47.69º 0.38% 0.41% -
XYZ 10.85 11.69 6.69 -
YUV 94.86 111.15 134.52 -
System Red Green Blue C M Y K H S L
Decimal 104 96 65 0 0.08 0.38 0.59 47.69 0.23 0.33
Hex 68 60 41 0 8 26 3B 30 17 21
Octal 150 140 101 0 10 46 73 60 27 41
Binary 1101000 1100000 1000001 0 1000 100110 111011 110000 10111 100001

Color Harmonies of #686041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686041

Black with #686041

Text Example


Text Example

White with #686041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686041; }

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

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

background-color css

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

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

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

border-color css

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

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

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