#666244

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

Shades of Verdigris #666244

Tints of Verdigris #666244

Color information

#666244 (or 0x666244) is unknown color: approx Verdigris. HEX triplet: 66, 62 and 44. RGB value is (102,98,68). Sum of RGB (Red+Green+Blue) = 102+98+68=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 102 - color contains mainly: red. Hex color #666244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666244 is #999DBB. Grayscale: #5F5F5F. Windows color (decimal): -10067388 or 4481638. OLE color: 4481638.

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

Color convert

RGB1029868-
CMYK00.040.330.6
HSL52.94º20%33.33%-
HSV(B)52.94º33.33%40%-
XYZ10.8911.987.21-
YUV95.78112.33132.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.06%
GREEN value IS 98 (38.67% from 255) = 36.57%
BLUE value IS 68 (26.95% from 255) = 25.37%
R=38.06%
G=36.57%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102986800.040.330.652.942033.33
Hex66624404213C351421
Octal146142104044174652441
Binary110011011000101000100010010000111110011010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666244; }

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

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

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

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

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

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

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

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