Html Css Color HEX #686037 Verdigris

📋 copy color: '#686037'

red 104 ◦ green 96 ◦ blue 55

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

Shades of Verdigris #686037

Tints of Verdigris #686037

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.65%

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

R = 40.78%
G = 37.65%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#686037 (or 0x686037) is known color: Verdigris. HEX triplet: 68, 60 and 37. RGB value is (104,96,55). Sum of RGB (Red+Green+Blue) = 104+96+55=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #686037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686037 is #979FC8. Grayscale: #5D5D5D. Windows color (decimal): -9936841 or 3629160. OLE color: 3629160.

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

Color convert

RGB 104 96 55 -
CMYK 0 0.08 0.47 0.59
HSL 50.2º 0.31% 0.31% -
HSV(B) 50.2º 0.47% 0.41% -
XYZ 10.58 11.58 5.29 -
YUV 93.72 106.15 135.33 -
System Red Green Blue C M Y K H S L
Decimal 104 96 55 0 0.08 0.47 0.59 50.2 0.31 0.31
Hex 68 60 37 0 8 2F 3B 32 1F 1F
Octal 150 140 67 0 10 57 73 62 37 37
Binary 1101000 1100000 110111 0 1000 101111 111011 110010 11111 11111

Color Harmonies of #686037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686037

Black with #686037

Text Example


Text Example

White with #686037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686037; }

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

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

background-color css

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

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

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

border-color css

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

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

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