#666344

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

Shades of Verdigris #666344

Tints of Verdigris #666344

Color information

#666344 (or 0x666344) is unknown color: approx Verdigris. HEX triplet: 66, 63 and 44. RGB value is (102,99,68). Sum of RGB (Red+Green+Blue) = 102+99+68=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 102 - color contains mainly: red. Hex color #666344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666344 is #999CBB. Grayscale: #606060. Windows color (decimal): -10067132 or 4481894. OLE color: 4481894.

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

Color convert

RGB1029968-
CMYK00.030.330.6
HSL54.71º20%33.33%-
HSV(B)54.71º33.33%40%-
XYZ10.9812.177.24-
YUV96.36111.99132.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.92%
GREEN value IS 99 (39.06% from 255) = 36.80%
BLUE value IS 68 (26.95% from 255) = 25.28%
R=37.92%
G=36.80%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102996800.030.330.654.712033.33
Hex66634403213C371421
Octal146143104034174672441
Binary11001101100011100010001110000111110011011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666344; }

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

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

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

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

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

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

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

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