Html Css Color HEX #686442 Verdigris

📋 copy color: '#686442'

red 104 ◦ green 100 ◦ blue 66

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

Shades of Verdigris #686442

Tints of Verdigris #686442

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.04%

 BLUE value IS 66 (26.17% from 255) = 24.44%

R = 38.52%
G = 37.04%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#686442 (or 0x686442) is known color: Verdigris. HEX triplet: 68, 64 and 42. RGB value is (104,100,66). Sum of RGB (Red+Green+Blue) = 104+100+66=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #686442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686442 is #979BBD. Grayscale: #616161. Windows color (decimal): -9935806 or 4351080. OLE color: 4351080.

HSL color Cylindrical-coordinate representation of color #686442: hue angle of 53.68º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #686442 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 100 66 -
CMYK 0 0.04 0.37 0.59
HSL 53.68º 0.22% 0.33% -
HSV(B) 53.68º 0.37% 0.41% -
XYZ 11.25 12.45 6.96 -
YUV 97.32 110.33 132.76 -
System Red Green Blue C M Y K H S L
Decimal 104 100 66 0 0.04 0.37 0.59 53.68 0.22 0.33
Hex 68 64 42 0 4 25 3B 36 16 21
Octal 150 144 102 0 4 45 73 66 26 41
Binary 1101000 1100100 1000010 0 100 100101 111011 110110 10110 100001

Color Harmonies of #686442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686442

Black with #686442

Text Example


Text Example

White with #686442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686442; }

 p { color: rgb(104,100,66); }

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

background-color css

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

 a { background-color: rgb(104,100,66); }

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

border-color css

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

 span { border-color: rgb(104,100,66); }

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