#66854B

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

Shades of Dingley #66854B

Tints of Dingley #66854B

Color information

#66854B (or 0x66854B) is unknown color: approx Dingley. HEX triplet: 66, 85 and 4B. RGB value is (102,133,75). Sum of RGB (Red+Green+Blue) = 102+133+75=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #66854B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66854B is #997AB4. Grayscale: #757575. Windows color (decimal): -10058421 or 4949350. OLE color: 4949350.

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

Color convert

RGB10213375-
CMYK0.2300.440.48
HSL92.07º27.88%40.78%-
HSV(B)92.07º43.61%52.16%-
XYZ15.1420.119.74-
YUV117.12104.23117.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.90%
GREEN value IS 133 (52.34% from 255) = 42.90%
BLUE value IS 75 (29.69% from 255) = 24.19%
R=32.90%
G=42.90%
B=24.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102133750.2300.440.4892.0727.8840.78
Hex66854B1702C305c1c29
Octal14620511327054601343451
Binary1100110100001011001011101110101100110000101110011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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