#668052

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

Shades of Dingley #668052

Tints of Dingley #668052

Color information

#668052 (or 0x668052) is unknown color: approx Dingley. HEX triplet: 66, 80 and 52. RGB value is (102,128,82). Sum of RGB (Red+Green+Blue) = 102+128+82=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 128 - color contains mainly: green. Hex color #668052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668052 is #997FAD. Grayscale: #737373. Windows color (decimal): -10059694 or 5406822. OLE color: 5406822.

HSL color Cylindrical-coordinate representation of color #668052: hue angle of 93.91º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #668052 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB10212882-
CMYK0.2000.360.50
HSL93.91º21.9%41.18%-
HSV(B)93.91º35.94%50.2%-
XYZ14.7218.8710.85-
YUV114.98109.39118.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.69%
GREEN value IS 128 (50.39% from 255) = 41.03%
BLUE value IS 82 (32.42% from 255) = 26.28%
R=32.69%
G=41.03%
B=26.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102128820.2000.360.5093.9121.941.18
Hex66805214024325e1629
Octal14620012224044621362651
Binary1100110100000001010010101000100100110010101111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668052; }

 p { color: rgb(102,128,82); }

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

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

 a { background-color: rgb(102,128,82); }

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

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

 span { border-color: rgb(102,128,82); }

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