Html Css Color HEX #686144 Verdigris

📋 copy color: '#686144'

red 104 ◦ green 97 ◦ blue 68

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

Shades of Verdigris #686144

Tints of Verdigris #686144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.28%

R = 38.66%
G = 36.06%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#686144 (or 0x686144) is known color: Verdigris. HEX triplet: 68, 61 and 44. RGB value is (104,97,68). Sum of RGB (Red+Green+Blue) = 104+97+68=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #686144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686144 is #979EBB. Grayscale: #5F5F5F. Windows color (decimal): -9936572 or 4481384. OLE color: 4481384.

HSL color Cylindrical-coordinate representation of color #686144: hue angle of 48.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #686144 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 97 68 -
CMYK 0 0.07 0.35 0.59
HSL 48.33º 0.21% 0.34% -
HSV(B) 48.33º 0.35% 0.41% -
XYZ 11.03 11.91 7.19 -
YUV 95.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 104 97 68 0 0.07 0.35 0.59 48.33 0.21 0.34
Hex 68 61 44 0 7 23 3B 30 15 22
Octal 150 141 104 0 7 43 73 60 25 42
Binary 1101000 1100001 1000100 0 111 100011 111011 110000 10101 100010

Color Harmonies of #686144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686144

Black with #686144

Text Example


Text Example

White with #686144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686144; }

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

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

background-color css

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

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

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

border-color css

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

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

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