#666043

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

Shades of Verdigris #666043

Tints of Verdigris #666043

Color information

#666043 (or 0x666043) is unknown color: approx Verdigris. HEX triplet: 66, 60 and 43. RGB value is (102,96,67). Sum of RGB (Red+Green+Blue) = 102+96+67=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 102 - color contains mainly: red. Hex color #666043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666043 is #999FBC. Grayscale: #5E5E5E. Windows color (decimal): -10067901 or 4415590. OLE color: 4415590.

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

Color convert

RGB1029667-
CMYK00.060.340.6
HSL49.71º20.71%33.14%-
HSV(B)49.71º34.31%40%-
XYZ10.6811.66.99-
YUV94.49112.49133.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.49%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 67 (26.56% from 255) = 25.28%
R=38.49%
G=36.23%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102966700.060.340.649.7120.7133.14
Hex66604306223C321521
Octal146140103064274622541
Binary110011011000001000011011010001011110011001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666043; }

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

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

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

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

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

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

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

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