#68663D

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

Shades of Verdigris #68663D

Tints of Verdigris #68663D

Color information

#68663D (or 0x68663D) is unknown color: approx Verdigris. HEX triplet: 68, 66 and 3D. RGB value is (104,102,61). Sum of RGB (Red+Green+Blue) = 104+102+61=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #68663D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68663D is #9799C2. Grayscale: #626262. Windows color (decimal): -9935299 or 4023912. OLE color: 4023912.

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

Color convert

RGB10410261-
CMYK00.020.410.59
HSL57.21º26.06%32.35%-
HSV(B)57.21º41.35%40.78%-
XYZ11.312.786.29-
YUV97.92107.16132.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 102 (40.23% from 255) = 38.20%
BLUE value IS 61 (24.22% from 255) = 22.85%
R=38.95%
G=38.20%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041026100.020.410.5957.2126.0632.35
Hex68663D02293B391a20
Octal15014675025173713240
Binary1101000110011011110101010100111101111100111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68663D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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