#68643D

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

Shades of Verdigris #68643D

Tints of Verdigris #68643D

Color information

#68643D (or 0x68643D) is unknown color: approx Verdigris. HEX triplet: 68, 64 and 3D. RGB value is (104,100,61). Sum of RGB (Red+Green+Blue) = 104+100+61=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #68643D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68643D is #979BC2. Grayscale: #606060. Windows color (decimal): -9935811 or 4023400. OLE color: 4023400.

HSL color Cylindrical-coordinate representation of color #68643D: hue angle of 54.42º 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 #68643D is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB10410061-
CMYK00.040.410.59
HSL54.42º26.06%32.35%-
HSV(B)54.42º41.35%40.78%-
XYZ11.1112.396.22-
YUV96.75107.83133.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.25%
GREEN value IS 100 (39.45% from 255) = 37.74%
BLUE value IS 61 (24.22% from 255) = 23.02%
R=39.25%
G=37.74%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041006100.040.410.5954.4226.0632.35
Hex68643D04293B361a20
Octal15014475045173663240
Binary11010001100100111101010010100111101111011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68643D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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