Html Css Color HEX #686537 Verdigris

📋 copy color: '#686537'

red 104 ◦ green 101 ◦ blue 55

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

Shades of Verdigris #686537

Tints of Verdigris #686537

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.85%

 BLUE value IS 55 (21.88% from 255) = 21.15%

R = 40%
G = 38.85%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#686537 (or 0x686537) is known color: Verdigris. HEX triplet: 68, 65 and 37. RGB value is (104,101,55). Sum of RGB (Red+Green+Blue) = 104+101+55=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 55 (21.88% from 255 or 21.15% from 260); Max value from RGB is 104 - color contains mainly: red. Hex color #686537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686537 is #979AC8. Grayscale: #606060. Windows color (decimal): -9935561 or 3630440. OLE color: 3630440.

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

Color convert

RGB 104 101 55 -
CMYK 0 0.03 0.47 0.59
HSL 56.33º 0.31% 0.31% -
HSV(B) 56.33º 0.47% 0.41% -
XYZ 11.05 12.53 5.45 -
YUV 96.65 104.49 133.24 -
System Red Green Blue C M Y K H S L
Decimal 104 101 55 0 0.03 0.47 0.59 56.33 0.31 0.31
Hex 68 65 37 0 3 2F 3B 38 1F 1F
Octal 150 145 67 0 3 57 73 70 37 37
Binary 1101000 1100101 110111 0 11 101111 111011 111000 11111 11111

Color Harmonies of #686537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686537

Black with #686537

Text Example


Text Example

White with #686537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686537; }

 p { color: rgb(104,101,55); }

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

background-color css

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

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

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

border-color css

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

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

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