#66803E

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

Shades of Dingley #66803E

Tints of Dingley #66803E

Color information

#66803E (or 0x66803E) is unknown color: approx Dingley. HEX triplet: 66, 80 and 3E. RGB value is (102,128,62). Sum of RGB (Red+Green+Blue) = 102+128+62=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 128 - color contains mainly: green. Hex color #66803E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66803E is #997FC1. Grayscale: #707070. Windows color (decimal): -10059714 or 4096102. OLE color: 4096102.

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

Color convert

RGB10212862-
CMYK0.2000.520.50
HSL83.64º34.74%37.25%-
HSV(B)83.64º51.56%50.2%-
XYZ14.0718.617.41-
YUV112.799.39120.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.93%
GREEN value IS 128 (50.39% from 255) = 43.84%
BLUE value IS 62 (24.61% from 255) = 21.23%
R=34.93%
G=43.84%
B=21.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102128620.2000.520.5083.6434.7437.25
Hex66803E1403432542325
Octal1462007624064621244345
Binary1100110100000001111101010001101001100101010100100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66803E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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