Html Css Color HEX #686437 Verdigris

📋 copy color: '#686437'

red 104 ◦ green 100 ◦ blue 55

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

Shades of Verdigris #686437

Tints of Verdigris #686437

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.61%

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

R = 40.15%
G = 38.61%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#686437 (or 0x686437) is known color: Verdigris. HEX triplet: 68, 64 and 37. RGB value is (104,100,55). Sum of RGB (Red+Green+Blue) = 104+100+55=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 100 (39.45% from 255 or 38.61% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #686437 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686437 is #979BC8. Grayscale: #606060. Windows color (decimal): -9935817 or 3630184. OLE color: 3630184.

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

Color convert

RGB 104 100 55 -
CMYK 0 0.04 0.47 0.59
HSL 55.1º 0.31% 0.31% -
HSV(B) 55.1º 0.47% 0.41% -
XYZ 10.96 12.33 5.42 -
YUV 96.07 104.83 133.66 -
System Red Green Blue C M Y K H S L
Decimal 104 100 55 0 0.04 0.47 0.59 55.1 0.31 0.31
Hex 68 64 37 0 4 2F 3B 37 1F 1F
Octal 150 144 67 0 4 57 73 67 37 37
Binary 1101000 1100100 110111 0 100 101111 111011 110111 11111 11111

Color Harmonies of #686437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686437

Black with #686437

Text Example


Text Example

White with #686437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686437; }

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

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

background-color css

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

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

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

border-color css

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

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

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