#66884B

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

Shades of Dingley #66884B

Tints of Dingley #66884B

Color information

#66884B (or 0x66884B) is unknown color: approx Dingley. HEX triplet: 66, 88 and 4B. RGB value is (102,136,75). Sum of RGB (Red+Green+Blue) = 102+136+75=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 136 - color contains mainly: green. Hex color #66884B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66884B is #9977B4. Grayscale: #777777. Windows color (decimal): -10057653 or 4950118. OLE color: 4950118.

HSL color Cylindrical-coordinate representation of color #66884B: hue angle of 93.44º 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 #66884B is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB10213675-
CMYK0.2500.450.47
HSL93.44º28.91%41.37%-
HSV(B)93.44º44.85%53.33%-
XYZ15.5520.949.88-
YUV118.88103.24115.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.59%
GREEN value IS 136 (53.52% from 255) = 43.45%
BLUE value IS 75 (29.69% from 255) = 23.96%
R=32.59%
G=43.45%
B=23.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102136750.2500.450.4793.4428.9141.37
Hex66884B1902D2F5d1d29
Octal14621011331055571353551
Binary1100110100010001001011110010101101101111101110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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