Html Css Color HEX #686141 Verdigris

📋 copy color: '#686141'

red 104 ◦ green 97 ◦ blue 65

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

Shades of Verdigris #686141

Tints of Verdigris #686141

RGB

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

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

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

R = 39.1%
G = 36.47%
B = 24.44%

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

#686141 (or 0x686141) is known color: Verdigris. HEX triplet: 68, 61 and 41. RGB value is (104,97,65). Sum of RGB (Red+Green+Blue) = 104+97+65=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #686141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686141 is #979EBE. Grayscale: #5F5F5F. Windows color (decimal): -9936575 or 4284776. OLE color: 4284776.

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

Color convert

RGB 104 97 65 -
CMYK 0 0.07 0.38 0.59
HSL 49.23º 0.23% 0.33% -
HSV(B) 49.23º 0.38% 0.41% -
XYZ 10.94 11.87 6.72 -
YUV 95.45 110.82 134.1 -
System Red Green Blue C M Y K H S L
Decimal 104 97 65 0 0.07 0.38 0.59 49.23 0.23 0.33
Hex 68 61 41 0 7 26 3B 31 17 21
Octal 150 141 101 0 7 46 73 61 27 41
Binary 1101000 1100001 1000001 0 111 100110 111011 110001 10111 100001

Color Harmonies of #686141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686141

Black with #686141

Text Example


Text Example

White with #686141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686141; }

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

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

background-color css

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

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

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

border-color css

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

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

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