#66874D

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

Shades of Dingley #66874D

Tints of Dingley #66874D

Color information

#66874D (or 0x66874D) is unknown color: approx Dingley. HEX triplet: 66, 87 and 4D. RGB value is (102,135,77). Sum of RGB (Red+Green+Blue) = 102+135+77=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 135 - color contains mainly: green. Hex color #66874D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66874D is #9978B2. Grayscale: #767676. Windows color (decimal): -10057907 or 5080934. OLE color: 5080934.

HSL color Cylindrical-coordinate representation of color #66874D: hue angle of 94.14º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66874D is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB10213577-
CMYK0.2400.430.47
HSL94.14º27.36%41.57%-
HSV(B)94.14º42.96%52.94%-
XYZ15.4820.6910.2-
YUV118.52104.57116.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.48%
GREEN value IS 135 (53.12% from 255) = 42.99%
BLUE value IS 77 (30.47% from 255) = 24.52%
R=32.48%
G=42.99%
B=24.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102135770.2400.430.4794.1427.3641.57
Hex66874D1802B2F5e1b2a
Octal14620711530053571363352
Binary1100110100001111001101110000101011101111101111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66874D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,135,77); }

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

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

 a { background-color: rgb(102,135,77); }

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

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

 span { border-color: rgb(102,135,77); }

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