#66844A

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

Shades of Dingley #66844A

Tints of Dingley #66844A

Color information

#66844A (or 0x66844A) is unknown color: approx Dingley. HEX triplet: 66, 84 and 4A. RGB value is (102,132,74). Sum of RGB (Red+Green+Blue) = 102+132+74=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 132 - color contains mainly: green. Hex color #66844A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66844A is #997BB5. Grayscale: #747474. Windows color (decimal): -10058678 or 4883558. OLE color: 4883558.

HSL color Cylindrical-coordinate representation of color #66844A: hue angle of 91.03º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66844A is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB10213274-
CMYK0.2300.440.48
HSL91.03º28.16%40.39%-
HSV(B)91.03º43.94%51.76%-
XYZ14.9719.829.52-
YUV116.42104.06117.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.12%
GREEN value IS 132 (51.95% from 255) = 42.86%
BLUE value IS 74 (29.30% from 255) = 24.03%
R=33.12%
G=42.86%
B=24.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102132740.2300.440.4891.0328.1640.39
Hex66844A1702C305b1c28
Octal14620411227054601333450
Binary1100110100001001001010101110101100110000101101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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