Html Css Color HEX #686541 Verdigris

📋 copy color: '#686541'

red 104 ◦ green 101 ◦ blue 65

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

Shades of Verdigris #686541

Tints of Verdigris #686541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.07%

R = 38.52%
G = 37.41%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#686541 (or 0x686541) is known color: Verdigris. HEX triplet: 68, 65 and 41. RGB value is (104,101,65). Sum of RGB (Red+Green+Blue) = 104+101+65=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #686541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686541 is #979ABE. Grayscale: #616161. Windows color (decimal): -9935551 or 4285800. OLE color: 4285800.

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

Color convert

RGB 104 101 65 -
CMYK 0 0.03 0.38 0.59
HSL 55.38º 0.23% 0.33% -
HSV(B) 55.38º 0.38% 0.41% -
XYZ 11.32 12.63 6.84 -
YUV 97.79 109.49 132.43 -
System Red Green Blue C M Y K H S L
Decimal 104 101 65 0 0.03 0.38 0.59 55.38 0.23 0.33
Hex 68 65 41 0 3 26 3B 37 17 21
Octal 150 145 101 0 3 46 73 67 27 41
Binary 1101000 1100101 1000001 0 11 100110 111011 110111 10111 100001

Color Harmonies of #686541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686541

Black with #686541

Text Example


Text Example

White with #686541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686541; }

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

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

background-color css

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

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

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

border-color css

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

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

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