#686235

Color #686235 Verdigris (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdigris #686235

Tints of Verdigris #686235

Color information

#686235 (or 0x686235) is unknown color: approx 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

RGB1049853-
CMYK00.060.490.59
HSL52.94º32.48%30.78%-
HSV(B)52.94º49.04%40.78%-
XYZ10.7211.945.11-
YUV94.66104.49134.66-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104985300.060.490.5952.9432.4830.78
Hex68623506313B35201f
Octal15014265066173654037
Binary11010001100010110101011011000111101111010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>