#66814A

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

Shades of Dingley #66814A

Tints of Dingley #66814A

Color information

#66814A (or 0x66814A) is unknown color: approx Dingley. HEX triplet: 66, 81 and 4A. RGB value is (102,129,74). Sum of RGB (Red+Green+Blue) = 102+129+74=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #66814A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66814A is #997EB5. Grayscale: #727272. Windows color (decimal): -10059446 or 4882790. OLE color: 4882790.

HSL color Cylindrical-coordinate representation of color #66814A: hue angle of 89.45º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66814A is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB10212974-
CMYK0.2100.430.49
HSL89.45º27.09%39.8%-
HSV(B)89.45º42.64%50.59%-
XYZ14.5719.029.38-
YUV114.66105.05118.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 129 (50.78% from 255) = 42.30%
BLUE value IS 74 (29.30% from 255) = 24.26%
R=33.44%
G=42.30%
B=24.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102129740.2100.430.4989.4527.0939.8
Hex66814A1502B31591b28
Octal14620111225053611313350
Binary1100110100000011001010101010101011110001101100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,129,74); }

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

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

 a { background-color: rgb(102,129,74); }

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

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

 span { border-color: rgb(102,129,74); }

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