#666045

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

Shades of Verdigris #666045

Tints of Verdigris #666045

Color information

#666045 (or 0x666045) is unknown color: approx Verdigris. HEX triplet: 66, 60 and 45. RGB value is (102,96,69). Sum of RGB (Red+Green+Blue) = 102+96+69=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 102 - color contains mainly: red. Hex color #666045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666045 is #999FBA. Grayscale: #5E5E5E. Windows color (decimal): -10067899 or 4546662. OLE color: 4546662.

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

Color convert

RGB1029669-
CMYK00.060.320.6
HSL49.09º19.3%33.53%-
HSV(B)49.09º32.35%40%-
XYZ10.7411.627.31-
YUV94.72113.49133.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.20%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 69 (27.34% from 255) = 25.84%
R=38.20%
G=35.96%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102966900.060.320.649.0919.333.53
Hex66604506203C311322
Octal146140105064074612342
Binary110011011000001000101011010000011110011000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666045; }

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

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

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

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

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

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

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

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