Html Css Color HEX #686341 Verdigris

📋 copy color: '#686341'

red 104 ◦ green 99 ◦ blue 65

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

Shades of Verdigris #686341

Tints of Verdigris #686341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.94%

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

R = 38.81%
G = 36.94%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#686341 (or 0x686341) is known color: Verdigris. HEX triplet: 68, 63 and 41. RGB value is (104,99,65). Sum of RGB (Red+Green+Blue) = 104+99+65=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 104 - color contains mainly: red. Hex color #686341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686341 is #979CBE. Grayscale: #606060. Windows color (decimal): -9936063 or 4285288. OLE color: 4285288.

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

Color convert

RGB 104 99 65 -
CMYK 0 0.05 0.38 0.59
HSL 52.31º 0.23% 0.33% -
HSV(B) 52.31º 0.38% 0.41% -
XYZ 11.12 12.25 6.78 -
YUV 96.62 110.16 133.26 -
System Red Green Blue C M Y K H S L
Decimal 104 99 65 0 0.05 0.38 0.59 52.31 0.23 0.33
Hex 68 63 41 0 5 26 3B 34 17 21
Octal 150 143 101 0 5 46 73 64 27 41
Binary 1101000 1100011 1000001 0 101 100110 111011 110100 10111 100001

Color Harmonies of #686341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686341

Black with #686341

Text Example


Text Example

White with #686341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686341; }

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

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

background-color css

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

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

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

border-color css

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

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

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