#66803D

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

Shades of Dingley #66803D

Tints of Dingley #66803D

Color information

#66803D (or 0x66803D) is unknown color: approx Dingley. HEX triplet: 66, 80 and 3D. RGB value is (102,128,61). Sum of RGB (Red+Green+Blue) = 102+128+61=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 128 - color contains mainly: green. Hex color #66803D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66803D is #997FC2. Grayscale: #707070. Windows color (decimal): -10059715 or 4030566. OLE color: 4030566.

HSL color Cylindrical-coordinate representation of color #66803D: hue angle of 83.28º 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 #66803D is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB10212861-
CMYK0.2000.520.50
HSL83.28º35.45%37.06%-
HSV(B)83.28º52.34%50.2%-
XYZ14.0418.67.27-
YUV112.5998.89120.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.05%
GREEN value IS 128 (50.39% from 255) = 43.99%
BLUE value IS 61 (24.22% from 255) = 20.96%
R=35.05%
G=43.99%
B=20.96%

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
Decimal102128610.2000.520.5083.2835.4537.06
Hex66803D1403432532325
Octal1462007524064621234345
Binary1100110100000001111011010001101001100101010011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66803D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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