#66683D

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

Shades of Verdigris #66683D

Tints of Verdigris #66683D

Color information

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

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

Color convert

RGB10210461-
CMYK0.0200.410.59
HSL62.79º26.06%32.35%-
HSV(B)62.79º41.35%40.78%-
XYZ11.2713.066.34-
YUV98.5106.84130.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102104610.0200.410.5962.7926.0632.35
Hex66683D20293B3f1a20
Octal14615075205173773240
Binary1100110110100011110110010100111101111111111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66683D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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