#66784B

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

Shades of Dingley #66784B

Tints of Dingley #66784B

Color information

#66784B (or 0x66784B) is unknown color: approx Dingley. HEX triplet: 66, 78 and 4B. RGB value is (102,120,75). Sum of RGB (Red+Green+Blue) = 102+120+75=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 120 - color contains mainly: green. Hex color #66784B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66784B is #9987B4. Grayscale: #6D6D6D. Windows color (decimal): -10061749 or 4946022. OLE color: 4946022.

HSL color Cylindrical-coordinate representation of color #66784B: hue angle of 84º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66784B is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB10212075-
CMYK0.1500.370.53
HSL84º23.08%38.24%-
HSV(B)84º37.5%47.06%-
XYZ13.4716.779.18-
YUV109.49108.54122.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.34%
GREEN value IS 120 (47.27% from 255) = 40.40%
BLUE value IS 75 (29.69% from 255) = 25.25%
R=34.34%
G=40.40%
B=25.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102120750.1500.370.538423.0838.24
Hex66784BF02535541726
Octal14617011317045651242746
Binary11001101111000100101111110100101110101101010010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66784B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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