#666144

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

Shades of Verdigris #666144

Tints of Verdigris #666144

Color information

#666144 (or 0x666144) is unknown color: approx Verdigris. HEX triplet: 66, 61 and 44. RGB value is (102,97,68). Sum of RGB (Red+Green+Blue) = 102+97+68=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 102 - color contains mainly: red. Hex color #666144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666144 is #999EBB. Grayscale: #5F5F5F. Windows color (decimal): -10067644 or 4481382. OLE color: 4481382.

HSL color Cylindrical-coordinate representation of color #666144: hue angle of 51.18º 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 #666144 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.6.

Color convert

RGB1029768-
CMYK00.050.330.6
HSL51.18º20%33.33%-
HSV(B)51.18º33.33%40%-
XYZ10.811.797.18-
YUV95.19112.66132.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.20%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 68 (26.95% from 255) = 25.47%
R=38.20%
G=36.33%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102976800.050.330.651.182033.33
Hex66614405213C331421
Octal146141104054174632441
Binary110011011000011000100010110000111110011001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666144; }

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

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

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

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

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

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

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

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