#66803B

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

Shades of Dingley #66803B

Tints of Dingley #66803B

Color information

#66803B (or 0x66803B) is unknown color: approx Dingley. HEX triplet: 66, 80 and 3B. RGB value is (102,128,59). Sum of RGB (Red+Green+Blue) = 102+128+59=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 128 - color contains mainly: green. Hex color #66803B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66803B is #997FC4. Grayscale: #707070. Windows color (decimal): -10059717 or 3899494. OLE color: 3899494.

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

Color convert

RGB10212859-
CMYK0.2000.540.50
HSL82.61º36.9%36.67%-
HSV(B)82.61º53.91%50.2%-
XYZ13.9918.586.99-
YUV112.3697.89120.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.29%
GREEN value IS 128 (50.39% from 255) = 44.29%
BLUE value IS 59 (23.44% from 255) = 20.42%
R=35.29%
G=44.29%
B=20.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102128590.2000.540.5082.6136.936.67
Hex66803B1403632532525
Octal1462007324066621234545
Binary1100110100000001110111010001101101100101010011100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66803B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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