#66884A

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

Shades of Dingley #66884A

Tints of Dingley #66884A

Color information

#66884A (or 0x66884A) is unknown color: approx Dingley. HEX triplet: 66, 88 and 4A. RGB value is (102,136,74). Sum of RGB (Red+Green+Blue) = 102+136+74=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 136 - color contains mainly: green. Hex color #66884A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66884A is #9977B5. Grayscale: #767676. Windows color (decimal): -10057654 or 4884582. OLE color: 4884582.

HSL color Cylindrical-coordinate representation of color #66884A: hue angle of 92.9º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66884A is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB10213674-
CMYK0.2500.460.47
HSL92.9º29.52%41.18%-
HSV(B)92.9º45.59%53.33%-
XYZ15.5220.939.7-
YUV118.77102.74116.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.69%
GREEN value IS 136 (53.52% from 255) = 43.59%
BLUE value IS 74 (29.30% from 255) = 23.72%
R=32.69%
G=43.59%
B=23.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102136740.2500.460.4792.929.5241.18
Hex66884A1902E2F5d1e29
Octal14621011231056571353651
Binary1100110100010001001010110010101110101111101110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66884A; }

 p { color: rgb(102,136,74); }

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

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

 a { background-color: rgb(102,136,74); }

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

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

 span { border-color: rgb(102,136,74); }

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