#66623D

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

Shades of Verdigris #66623D

Tints of Verdigris #66623D

Color information

#66623D (or 0x66623D) is unknown color: approx Verdigris. HEX triplet: 66, 62 and 3D. RGB value is (102,98,61). Sum of RGB (Red+Green+Blue) = 102+98+61=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 102 - color contains mainly: red. Hex color #66623D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66623D is #999DC2. Grayscale: #5F5F5F. Windows color (decimal): -10067395 or 4022886. OLE color: 4022886.

HSL color Cylindrical-coordinate representation of color #66623D: hue angle of 54.15º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66623D is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB1029861-
CMYK00.040.400.6
HSL54.15º25.15%31.96%-
HSV(B)54.15º40.2%40%-
XYZ10.6911.96.15-
YUV94.98108.83133.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.08%
GREEN value IS 98 (38.67% from 255) = 37.55%
BLUE value IS 61 (24.22% from 255) = 23.37%
R=39.08%
G=37.55%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102986100.040.400.654.1525.1531.96
Hex66623D04283C361920
Octal14614275045074663140
Binary11001101100010111101010010100011110011011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66623D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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