Html Css Color HEX #686235 Verdigris

📋 copy color: '#686235'

red 104 ◦ green 98 ◦ blue 53

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

Shades of Verdigris #686235

Tints of Verdigris #686235

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.43%

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

R = 40.78%
G = 38.43%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#686235 (or 0x686235) is known color: Verdigris. HEX triplet: 68, 62 and 35. RGB value is (104,98,53). Sum of RGB (Red+Green+Blue) = 104+98+53=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #686235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686235 is #979DCA. Grayscale: #5E5E5E. Windows color (decimal): -9936331 or 3498600. OLE color: 3498600.

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

Color convert

RGB 104 98 53 -
CMYK 0 0.06 0.49 0.59
HSL 52.94º 0.32% 0.31% -
HSV(B) 52.94º 0.49% 0.41% -
XYZ 10.72 11.94 5.11 -
YUV 94.66 104.49 134.66 -
System Red Green Blue C M Y K H S L
Decimal 104 98 53 0 0.06 0.49 0.59 52.94 0.32 0.31
Hex 68 62 35 0 6 31 3B 35 20 1F
Octal 150 142 65 0 6 61 73 65 40 37
Binary 1101000 1100010 110101 0 110 110001 111011 110101 100000 11111

Color Harmonies of #686235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686235

Black with #686235

Text Example


Text Example

White with #686235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686235; }

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

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

background-color css

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

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

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

border-color css

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

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

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