Html Css Color HEX #686434 Verdigris

📋 copy color: '#686434'

red 104 ◦ green 100 ◦ blue 52

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

Shades of Verdigris #686434

Tints of Verdigris #686434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.31%

R = 40.63%
G = 39.06%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#686434 (or 0x686434) is known color: Verdigris. HEX triplet: 68, 64 and 34. RGB value is (104,100,52). Sum of RGB (Red+Green+Blue) = 104+100+52=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 104 - color contains mainly: red. Hex color #686434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686434 is #979BCB. Grayscale: #5F5F5F. Windows color (decimal): -9935820 or 3433576. OLE color: 3433576.

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

Color convert

RGB 104 100 52 -
CMYK 0 0.04 0.50 0.59
HSL 55.38º 0.33% 0.31% -
HSV(B) 55.38º 0.5% 0.41% -
XYZ 10.89 12.31 5.05 -
YUV 95.72 103.33 133.9 -
System Red Green Blue C M Y K H S L
Decimal 104 100 52 0 0.04 0.50 0.59 55.38 0.33 0.31
Hex 68 64 34 0 4 32 3B 37 21 1F
Octal 150 144 64 0 4 62 73 67 41 37
Binary 1101000 1100100 110100 0 100 110010 111011 110111 100001 11111

Color Harmonies of #686434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686434

Black with #686434

Text Example


Text Example

White with #686434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686434; }

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

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

background-color css

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

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

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

border-color css

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

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

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