#66864B

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

Shades of Dingley #66864B

Tints of Dingley #66864B

Color information

#66864B (or 0x66864B) is unknown color: approx Dingley. HEX triplet: 66, 86 and 4B. RGB value is (102,134,75). Sum of RGB (Red+Green+Blue) = 102+134+75=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 134 - color contains mainly: green. Hex color #66864B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66864B is #9979B4. Grayscale: #757575. Windows color (decimal): -10058165 or 4949606. OLE color: 4949606.

HSL color Cylindrical-coordinate representation of color #66864B: hue angle of 92.54º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66864B is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB10213475-
CMYK0.2400.440.47
HSL92.54º28.23%40.98%-
HSV(B)92.54º44.03%52.55%-
XYZ15.2720.389.79-
YUV117.71103.9116.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.80%
GREEN value IS 134 (52.73% from 255) = 43.09%
BLUE value IS 75 (29.69% from 255) = 24.12%
R=32.80%
G=43.09%
B=24.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102134750.2400.440.4792.5428.2340.98
Hex66864B1802C2F5d1c29
Octal14620611330054571353451
Binary1100110100001101001011110000101100101111101110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,134,75); }

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

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

 a { background-color: rgb(102,134,75); }

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

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

 span { border-color: rgb(102,134,75); }

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