Html Css Color HEX #686335 Verdigris

📋 copy color: '#686335'

red 104 ◦ green 99 ◦ blue 53

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

Shades of Verdigris #686335

Tints of Verdigris #686335

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.67%

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

R = 40.63%
G = 38.67%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#686335 (or 0x686335) is known color: Verdigris. HEX triplet: 68, 63 and 35. RGB value is (104,99,53). Sum of RGB (Red+Green+Blue) = 104+99+53=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 104 - color contains mainly: red. Hex color #686335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686335 is #979CCA. Grayscale: #5F5F5F. Windows color (decimal): -9936075 or 3498856. OLE color: 3498856.

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

Color convert

RGB 104 99 53 -
CMYK 0 0.05 0.49 0.59
HSL 54.12º 0.32% 0.31% -
HSV(B) 54.12º 0.49% 0.41% -
XYZ 10.81 12.12 5.14 -
YUV 95.25 104.16 134.24 -
System Red Green Blue C M Y K H S L
Decimal 104 99 53 0 0.05 0.49 0.59 54.12 0.32 0.31
Hex 68 63 35 0 5 31 3B 36 20 1F
Octal 150 143 65 0 5 61 73 66 40 37
Binary 1101000 1100011 110101 0 101 110001 111011 110110 100000 11111

Color Harmonies of #686335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686335

Black with #686335

Text Example


Text Example

White with #686335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686335; }

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

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

background-color css

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

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

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

border-color css

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

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

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