Html Css Color HEX #686535 Verdigris

📋 copy color: '#686535'

red 104 ◦ green 101 ◦ blue 53

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

Shades of Verdigris #686535

Tints of Verdigris #686535

RGB

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

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

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

R = 40.31%
G = 39.15%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#686535 (or 0x686535) is known color: Verdigris. HEX triplet: 68, 65 and 35. RGB value is (104,101,53). Sum of RGB (Red+Green+Blue) = 104+101+53=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 104 - color contains mainly: red. Hex color #686535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686535 is #979ACA. Grayscale: #606060. Windows color (decimal): -9935563 or 3499368. OLE color: 3499368.

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

Color convert

RGB 104 101 53 -
CMYK 0 0.03 0.49 0.59
HSL 56.47º 0.32% 0.31% -
HSV(B) 56.47º 0.49% 0.41% -
XYZ 11.01 12.51 5.2 -
YUV 96.43 103.49 133.4 -
System Red Green Blue C M Y K H S L
Decimal 104 101 53 0 0.03 0.49 0.59 56.47 0.32 0.31
Hex 68 65 35 0 3 31 3B 38 20 1F
Octal 150 145 65 0 3 61 73 70 40 37
Binary 1101000 1100101 110101 0 11 110001 111011 111000 100000 11111

Color Harmonies of #686535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686535

Black with #686535

Text Example


Text Example

White with #686535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686535; }

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

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

background-color css

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

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

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

border-color css

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

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

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