#68683D

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

Shades of Verdigris #68683D

Tints of Verdigris #68683D

Color information

#68683D (or 0x68683D) is unknown color: approx Verdigris. HEX triplet: 68, 68 and 3D. RGB value is (104,104,61). Sum of RGB (Red+Green+Blue) = 104+104+61=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 104 - color contains mainly: red, green. Hex color #68683D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68683D is #9797C2. Grayscale: #636363. Windows color (decimal): -9934787 or 4024424. OLE color: 4024424.

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

Color convert

RGB10410461-
CMYK000.410.59
HSL60º26.06%32.35%-
HSV(B)60º41.35%40.78%-
XYZ11.513.186.35-
YUV99.1106.5131.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.66%
GREEN value IS 104 (41.02% from 255) = 38.66%
BLUE value IS 61 (24.22% from 255) = 22.68%
R=38.66%
G=38.66%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410461000.410.596026.0632.35
Hex68683D00293B3c1a20
Octal15015075005173743240
Binary110100011010001111010010100111101111110011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68683D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68683D; }

 p { color: rgb(104,104,61); }

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

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

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

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

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

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

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