Html Css Color HEX #686538 Verdigris

📋 copy color: '#686538'

red 104 ◦ green 101 ◦ blue 56

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

Shades of Verdigris #686538

Tints of Verdigris #686538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.46%

R = 39.85%
G = 38.7%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#686538 (or 0x686538) is known color: Verdigris. HEX triplet: 68, 65 and 38. RGB value is (104,101,56). Sum of RGB (Red+Green+Blue) = 104+101+56=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #686538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686538 is #979AC7. Grayscale: #606060. Windows color (decimal): -9935560 or 3695976. OLE color: 3695976.

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

Color convert

RGB 104 101 56 -
CMYK 0 0.03 0.46 0.59
HSL 56.25º 0.3% 0.31% -
HSV(B) 56.25º 0.46% 0.41% -
XYZ 11.08 12.54 5.58 -
YUV 96.77 104.99 133.16 -
System Red Green Blue C M Y K H S L
Decimal 104 101 56 0 0.03 0.46 0.59 56.25 0.3 0.31
Hex 68 65 38 0 3 2E 3B 38 1E 1F
Octal 150 145 70 0 3 56 73 70 36 37
Binary 1101000 1100101 111000 0 11 101110 111011 111000 11110 11111

Color Harmonies of #686538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686538

Black with #686538

Text Example


Text Example

White with #686538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686538; }

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

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

background-color css

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

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

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

border-color css

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

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

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