Html Css Color HEX #686336 Verdigris

📋 copy color: '#686336'

red 104 ◦ green 99 ◦ blue 54

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

Shades of Verdigris #686336

Tints of Verdigris #686336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.01%

R = 40.47%
G = 38.52%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#686336 (or 0x686336) is known color: Verdigris. HEX triplet: 68, 63 and 36. RGB value is (104,99,54). Sum of RGB (Red+Green+Blue) = 104+99+54=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #686336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686336 is #979CC9. Grayscale: #5F5F5F. Windows color (decimal): -9936074 or 3564392. OLE color: 3564392.

HSL color Cylindrical-coordinate representation of color #686336: hue angle of 54º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #686336 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 99 54 -
CMYK 0 0.05 0.48 0.59
HSL 54º 0.32% 0.31% -
HSV(B) 54º 0.48% 0.41% -
XYZ 10.84 12.13 5.26 -
YUV 95.37 104.66 134.16 -
System Red Green Blue C M Y K H S L
Decimal 104 99 54 0 0.05 0.48 0.59 54 0.32 0.31
Hex 68 63 36 0 5 30 3B 36 20 1F
Octal 150 143 66 0 5 60 73 66 40 37
Binary 1101000 1100011 110110 0 101 110000 111011 110110 100000 11111

Color Harmonies of #686336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686336

Black with #686336

Text Example


Text Example

White with #686336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686336; }

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

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

background-color css

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

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

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

border-color css

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

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

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