Html Css Color HEX #686935 Verdigris

📋 copy color: '#686935'

red 104 ◦ green 105 ◦ blue 53

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

Shades of Verdigris #686935

Tints of Verdigris #686935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.23%

R = 39.69%
G = 40.08%
B = 20.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#686935 (or 0x686935) is known color: Verdigris. HEX triplet: 68, 69 and 35. RGB value is (104,105,53). Sum of RGB (Red+Green+Blue) = 104+105+53=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 105 - color contains mainly: green. Hex color #686935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686935 is #9796CA. Grayscale: #626262. Windows color (decimal): -9934539 or 3500392. OLE color: 3500392.

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

Color convert

RGB 104 105 53 -
CMYK 0.01 0 0.50 0.59
HSL 61.15º 0.33% 0.31% -
HSV(B) 61.15º 0.5% 0.41% -
XYZ 11.4 13.3 5.33 -
YUV 98.77 102.17 131.73 -
System Red Green Blue C M Y K H S L
Decimal 104 105 53 0.01 0 0.50 0.59 61.15 0.33 0.31
Hex 68 69 35 1 0 32 3B 3D 21 1F
Octal 150 151 65 1 0 62 73 75 41 37
Binary 1101000 1101001 110101 1 0 110010 111011 111101 100001 11111

Color Harmonies of #686935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686935

Black with #686935

Text Example


Text Example

White with #686935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686935; }

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

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

background-color css

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

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

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

border-color css

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

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

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