#68623C

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

Shades of Verdigris #68623C

Tints of Verdigris #68623C

Color information

#68623C (or 0x68623C) is unknown color: approx Verdigris. HEX triplet: 68, 62 and 3C. RGB value is (104,98,60). Sum of RGB (Red+Green+Blue) = 104+98+60=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #68623C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68623C is #979DC3. Grayscale: #5F5F5F. Windows color (decimal): -9936324 or 3957352. OLE color: 3957352.

HSL color Cylindrical-coordinate representation of color #68623C: hue angle of 51.82º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68623C is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB1049860-
CMYK00.060.420.59
HSL51.82º26.83%32.16%-
HSV(B)51.82º42.31%40.78%-
XYZ10.89126.02-
YUV95.46107.99134.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.69%
GREEN value IS 98 (38.67% from 255) = 37.40%
BLUE value IS 60 (23.83% from 255) = 22.90%
R=39.69%
G=37.40%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104986000.060.420.5951.8226.8332.16
Hex68623C062A3B341b20
Octal15014274065273643340
Binary11010001100010111100011010101011101111010011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68623C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68623C; }

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

 H1.HeaderClassName
 {
   color: #68623C;
 }
 .AnyTagClassName
 {
   color: #68623C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #68623C;
 }
 .BgClassName
 {
   background-color: #68623C;
 }
</style>
border-color css

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

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

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