Html Css Color HEX #686237 Verdigris

📋 copy color: '#686237'

red 104 ◦ green 98 ◦ blue 55

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

Shades of Verdigris #686237

Tints of Verdigris #686237

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.13%

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

R = 40.47%
G = 38.13%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#686237 (or 0x686237) is known color: Verdigris. HEX triplet: 68, 62 and 37. RGB value is (104,98,55). Sum of RGB (Red+Green+Blue) = 104+98+55=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #686237 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686237 is #979DC8. Grayscale: #5F5F5F. Windows color (decimal): -9936329 or 3629672. OLE color: 3629672.

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

Color convert

RGB 104 98 55 -
CMYK 0 0.06 0.47 0.59
HSL 52.65º 0.31% 0.31% -
HSV(B) 52.65º 0.47% 0.41% -
XYZ 10.77 11.95 5.35 -
YUV 94.89 105.49 134.5 -
System Red Green Blue C M Y K H S L
Decimal 104 98 55 0 0.06 0.47 0.59 52.65 0.31 0.31
Hex 68 62 37 0 6 2F 3B 35 1F 1F
Octal 150 142 67 0 6 57 73 65 37 37
Binary 1101000 1100010 110111 0 110 101111 111011 110101 11111 11111

Color Harmonies of #686237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686237

Black with #686237

Text Example


Text Example

White with #686237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686237; }

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

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

background-color css

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

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

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

border-color css

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

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

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