Html Css Color HEX #686534 Verdigris

📋 copy color: '#686534'

red 104 ◦ green 101 ◦ blue 52

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

Shades of Verdigris #686534

Tints of Verdigris #686534

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.3%

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

R = 40.47%
G = 39.3%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#686534 (or 0x686534) is known color: Verdigris. HEX triplet: 68, 65 and 34. RGB value is (104,101,52). Sum of RGB (Red+Green+Blue) = 104+101+52=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #686534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686534 is #979ACB. Grayscale: #606060. Windows color (decimal): -9935564 or 3433832. OLE color: 3433832.

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

Color convert

RGB 104 101 52 -
CMYK 0 0.03 0.50 0.59
HSL 56.54º 0.33% 0.31% -
HSV(B) 56.54º 0.5% 0.41% -
XYZ 10.98 12.5 5.08 -
YUV 96.31 102.99 133.48 -
System Red Green Blue C M Y K H S L
Decimal 104 101 52 0 0.03 0.50 0.59 56.54 0.33 0.31
Hex 68 65 34 0 3 32 3B 39 21 1F
Octal 150 145 64 0 3 62 73 71 41 37
Binary 1101000 1100101 110100 0 11 110010 111011 111001 100001 11111

Color Harmonies of #686534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686534

Black with #686534

Text Example


Text Example

White with #686534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686534; }

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

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

background-color css

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

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

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

border-color css

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

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

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