Html Css Color HEX #686835 Verdigris

📋 copy color: '#686835'

red 104 ◦ green 104 ◦ blue 53

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

Shades of Verdigris #686835

Tints of Verdigris #686835

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.85%

 BLUE value IS 53 (21.09% from 255) = 20.31%

R = 39.85%
G = 39.85%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#686835 (or 0x686835) is known color: Verdigris. HEX triplet: 68, 68 and 35. RGB value is (104,104,53). Sum of RGB (Red+Green+Blue) = 104+104+53=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686835 is #9797CA. Grayscale: #626262. Windows color (decimal): -9934795 or 3500136. OLE color: 3500136.

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

Color convert

RGB 104 104 53 -
CMYK 0 0 0.49 0.59
HSL 60º 0.32% 0.31% -
HSV(B) 60º 0.49% 0.41% -
XYZ 11.3 13.1 5.3 -
YUV 98.19 102.5 132.15 -
System Red Green Blue C M Y K H S L
Decimal 104 104 53 0 0 0.49 0.59 60 0.32 0.31
Hex 68 68 35 0 0 31 3B 3C 20 1F
Octal 150 150 65 0 0 61 73 74 40 37
Binary 1101000 1101000 110101 0 0 110001 111011 111100 100000 11111

Color Harmonies of #686835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686835

Black with #686835

Text Example


Text Example

White with #686835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686835; }

 p { color: rgb(104,104,53); }

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

background-color css

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

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

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

border-color css

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

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

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