Html Css Color HEX #686136 Verdigris

📋 copy color: '#686136'

red 104 ◦ green 97 ◦ blue 54

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

Shades of Verdigris #686136

Tints of Verdigris #686136

RGB

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

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

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

R = 40.78%
G = 38.04%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#686136 (or 0x686136) is known color: Verdigris. HEX triplet: 68, 61 and 36. RGB value is (104,97,54). Sum of RGB (Red+Green+Blue) = 104+97+54=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #686136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686136 is #979EC9. Grayscale: #5E5E5E. Windows color (decimal): -9936586 or 3563880. OLE color: 3563880.

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

Color convert

RGB 104 97 54 -
CMYK 0 0.07 0.48 0.59
HSL 51.6º 0.32% 0.31% -
HSV(B) 51.6º 0.48% 0.41% -
XYZ 10.65 11.76 5.2 -
YUV 94.19 105.32 135 -
System Red Green Blue C M Y K H S L
Decimal 104 97 54 0 0.07 0.48 0.59 51.6 0.32 0.31
Hex 68 61 36 0 7 30 3B 34 20 1F
Octal 150 141 66 0 7 60 73 64 40 37
Binary 1101000 1100001 110110 0 111 110000 111011 110100 100000 11111

Color Harmonies of #686136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686136

Black with #686136

Text Example


Text Example

White with #686136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686136; }

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

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

background-color css

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

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

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

border-color css

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

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

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