Html Css Color HEX #686135 Verdigris

📋 copy color: '#686135'

red 104 ◦ green 97 ◦ blue 53

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

Shades of Verdigris #686135

Tints of Verdigris #686135

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.19%

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

R = 40.94%
G = 38.19%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#686135 (or 0x686135) is known color: Verdigris. HEX triplet: 68, 61 and 35. RGB value is (104,97,53). Sum of RGB (Red+Green+Blue) = 104+97+53=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 104 - color contains mainly: red. Hex color #686135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686135 is #979ECA. Grayscale: #5E5E5E. Windows color (decimal): -9936587 or 3498344. OLE color: 3498344.

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

Color convert

RGB 104 97 53 -
CMYK 0 0.07 0.49 0.59
HSL 51.76º 0.32% 0.31% -
HSV(B) 51.76º 0.49% 0.41% -
XYZ 10.63 11.75 5.08 -
YUV 94.08 104.82 135.08 -
System Red Green Blue C M Y K H S L
Decimal 104 97 53 0 0.07 0.49 0.59 51.76 0.32 0.31
Hex 68 61 35 0 7 31 3B 34 20 1F
Octal 150 141 65 0 7 61 73 64 40 37
Binary 1101000 1100001 110101 0 111 110001 111011 110100 100000 11111

Color Harmonies of #686135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686135

Black with #686135

Text Example


Text Example

White with #686135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686135; }

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

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

background-color css

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

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

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

border-color css

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

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

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