#66803A

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

Shades of Dingley #66803A

Tints of Dingley #66803A

Color information

#66803A (or 0x66803A) is unknown color: approx Dingley. HEX triplet: 66, 80 and 3A. RGB value is (102,128,58). Sum of RGB (Red+Green+Blue) = 102+128+58=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 128 - color contains mainly: green. Hex color #66803A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66803A is #997FC5. Grayscale: #707070. Windows color (decimal): -10059718 or 3833958. OLE color: 3833958.

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

Color convert

RGB10212858-
CMYK0.2000.550.50
HSL82.29º37.63%36.47%-
HSV(B)82.29º54.69%50.2%-
XYZ13.9618.576.85-
YUV112.2597.39120.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.42%
GREEN value IS 128 (50.39% from 255) = 44.44%
BLUE value IS 58 (23.05% from 255) = 20.14%
R=35.42%
G=44.44%
B=20.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102128580.2000.550.5082.2937.6336.47
Hex66803A1403732522624
Octal1462007224067621224644
Binary1100110100000001110101010001101111100101010010100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66803A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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