Html Css Color HEX #686241 Verdigris

📋 copy color: '#686241'

red 104 ◦ green 98 ◦ blue 65

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

Shades of Verdigris #686241

Tints of Verdigris #686241

RGB

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

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

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

R = 38.95%
G = 36.7%
B = 24.34%

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

#686241 (or 0x686241) is known color: Verdigris. HEX triplet: 68, 62 and 41. RGB value is (104,98,65). Sum of RGB (Red+Green+Blue) = 104+98+65=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #686241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686241 is #979DBE. Grayscale: #606060. Windows color (decimal): -9936319 or 4285032. OLE color: 4285032.

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

Color convert

RGB 104 98 65 -
CMYK 0 0.06 0.38 0.59
HSL 50.77º 0.23% 0.33% -
HSV(B) 50.77º 0.38% 0.41% -
XYZ 11.03 12.06 6.75 -
YUV 96.03 110.49 133.68 -
System Red Green Blue C M Y K H S L
Decimal 104 98 65 0 0.06 0.38 0.59 50.77 0.23 0.33
Hex 68 62 41 0 6 26 3B 33 17 21
Octal 150 142 101 0 6 46 73 63 27 41
Binary 1101000 1100010 1000001 0 110 100110 111011 110011 10111 100001

Color Harmonies of #686241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686241

Black with #686241

Text Example


Text Example

White with #686241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686241; }

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

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

background-color css

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

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

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

border-color css

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

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

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