Html Css Color HEX #686246 Verdigris

📋 copy color: '#686246'

red 104 ◦ green 98 ◦ blue 70

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

Shades of Verdigris #686246

Tints of Verdigris #686246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.74%

R = 38.24%
G = 36.03%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#686246 (or 0x686246) is known color: Verdigris. HEX triplet: 68, 62 and 46. RGB value is (104,98,70). Sum of RGB (Red+Green+Blue) = 104+98+70=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 104 - color contains mainly: red. Hex color #686246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686246 is #979DB9. Grayscale: #606060. Windows color (decimal): -9936314 or 4612712. OLE color: 4612712.

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

Color convert

RGB 104 98 70 -
CMYK 0 0.06 0.33 0.59
HSL 49.41º 0.2% 0.34% -
HSV(B) 49.41º 0.33% 0.41% -
XYZ 11.18 12.12 7.54 -
YUV 96.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 104 98 70 0 0.06 0.33 0.59 49.41 0.2 0.34
Hex 68 62 46 0 6 21 3B 31 14 22
Octal 150 142 106 0 6 41 73 61 24 42
Binary 1101000 1100010 1000110 0 110 100001 111011 110001 10100 100010

Color Harmonies of #686246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686246

Black with #686246

Text Example


Text Example

White with #686246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686246; }

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

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

background-color css

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

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

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

border-color css

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

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

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