#66874A

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

Shades of Dingley #66874A

Tints of Dingley #66874A

Color information

#66874A (or 0x66874A) is unknown color: approx Dingley. HEX triplet: 66, 87 and 4A. RGB value is (102,135,74). Sum of RGB (Red+Green+Blue) = 102+135+74=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 135 - color contains mainly: green. Hex color #66874A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66874A is #9978B5. Grayscale: #767676. Windows color (decimal): -10057910 or 4884326. OLE color: 4884326.

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

Color convert

RGB10213574-
CMYK0.2400.450.47
HSL92.46º29.19%40.98%-
HSV(B)92.46º45.19%52.94%-
XYZ15.3820.659.65-
YUV118.18103.07116.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.80%
GREEN value IS 135 (53.12% from 255) = 43.41%
BLUE value IS 74 (29.30% from 255) = 23.79%
R=32.80%
G=43.41%
B=23.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102135740.2400.450.4792.4629.1940.98
Hex66874A1802D2F5c1d29
Octal14620711230055571343551
Binary1100110100001111001010110000101101101111101110011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66874A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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