#66804F

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

Shades of Dingley #66804F

Tints of Dingley #66804F

Color information

#66804F (or 0x66804F) is unknown color: approx Dingley. HEX triplet: 66, 80 and 4F. RGB value is (102,128,79). Sum of RGB (Red+Green+Blue) = 102+128+79=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 128 - color contains mainly: green. Hex color #66804F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66804F is #997FB0. Grayscale: #727272. Windows color (decimal): -10059697 or 5210214. OLE color: 5210214.

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

Color convert

RGB10212879-
CMYK0.2000.380.50
HSL91.84º23.67%40.59%-
HSV(B)91.84º38.28%50.2%-
XYZ14.6118.8310.26-
YUV114.64107.89118.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.01%
GREEN value IS 128 (50.39% from 255) = 41.42%
BLUE value IS 79 (31.25% from 255) = 25.57%
R=33.01%
G=41.42%
B=25.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102128790.2000.380.5091.8423.6740.59
Hex66804F14026325c1829
Octal14620011724046621343051
Binary1100110100000001001111101000100110110010101110011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66804F; }

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

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

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

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

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

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

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

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