Html Css Color HEX #686939 Verdigris

📋 copy color: '#686939'

red 104 ◦ green 105 ◦ blue 57

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

Shades of Verdigris #686939

Tints of Verdigris #686939

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.47%

 BLUE value IS 57 (22.66% from 255) = 21.43%

R = 39.1%
G = 39.47%
B = 21.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#686939 (or 0x686939) is known color: Verdigris. HEX triplet: 68, 69 and 39. RGB value is (104,105,57). Sum of RGB (Red+Green+Blue) = 104+105+57=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 105 - color contains mainly: green. Hex color #686939 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686939 is #9796C6. Grayscale: #636363. Windows color (decimal): -9934535 or 3762536. OLE color: 3762536.

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

Color convert

RGB 104 105 57 -
CMYK 0.01 0 0.46 0.59
HSL 61.25º 0.3% 0.32% -
HSV(B) 61.25º 0.46% 0.41% -
XYZ 11.5 13.34 5.84 -
YUV 99.23 104.17 131.4 -
System Red Green Blue C M Y K H S L
Decimal 104 105 57 0.01 0 0.46 0.59 61.25 0.3 0.32
Hex 68 69 39 1 0 2E 3B 3D 1E 20
Octal 150 151 71 1 0 56 73 75 36 40
Binary 1101000 1101001 111001 1 0 101110 111011 111101 11110 100000

Color Harmonies of #686939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686939

Black with #686939

Text Example


Text Example

White with #686939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686939; }

 p { color: rgb(104,105,57); }

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

background-color css

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

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

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

border-color css

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

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

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