#668844

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

Shades of Dingley #668844

Tints of Dingley #668844

Color information

#668844 (or 0x668844) is unknown color: approx Dingley. HEX triplet: 66, 88 and 44. RGB value is (102,136,68). Sum of RGB (Red+Green+Blue) = 102+136+68=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #668844 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668844 is #9977BB. Grayscale: #767676. Windows color (decimal): -10057660 or 4491366. OLE color: 4491366.

HSL color Cylindrical-coordinate representation of color #668844: hue angle of 90º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668844 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB10213668-
CMYK0.2500.500.47
HSL90º33.33%40%-
HSV(B)90º50%53.33%-
XYZ15.3320.858.69-
YUV118.0899.74116.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.33%
GREEN value IS 136 (53.52% from 255) = 44.44%
BLUE value IS 68 (26.95% from 255) = 22.22%
R=33.33%
G=44.44%
B=22.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102136680.2500.500.479033.3340
Hex668844190322F5a2128
Octal14621010431062571324150
Binary11001101000100010001001100101100101011111011010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668844; }

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

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

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

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

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

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

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

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