#666543

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

Shades of Verdigris #666543

Tints of Verdigris #666543

Color information

#666543 (or 0x666543) is unknown color: approx Verdigris. HEX triplet: 66, 65 and 43. RGB value is (102,101,67). Sum of RGB (Red+Green+Blue) = 102+101+67=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 102 - color contains mainly: red. Hex color #666543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666543 is #999ABC. Grayscale: #616161. Windows color (decimal): -10066621 or 4416870. OLE color: 4416870.

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

Color convert

RGB10210167-
CMYK00.010.340.6
HSL58.29º20.71%33.14%-
HSV(B)58.29º34.31%40%-
XYZ11.1512.547.14-
YUV97.42110.83131.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 101 (39.84% from 255) = 37.41%
BLUE value IS 67 (26.56% from 255) = 24.81%
R=37.78%
G=37.41%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021016700.010.340.658.2920.7133.14
Hex66654301223C3a1521
Octal146145103014274722541
Binary1100110110010110000110110001011110011101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666543; }

 p { color: rgb(102,101,67); }

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

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

 a { background-color: rgb(102,101,67); }

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

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

 span { border-color: rgb(102,101,67); }

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