#66665B

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

Shades of Storm Dust #66665B

Tints of Storm Dust #66665B

Color information

#66665B (or 0x66665B) is unknown color: approx Storm Dust. HEX triplet: 66, 66 and 5B. RGB value is (102,102,91). Sum of RGB (Red+Green+Blue) = 102+102+91=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 102 - color contains mainly: red, green. Hex color #66665B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66665B is #9999A4. Grayscale: #646464. Windows color (decimal): -10066341 or 5989990. OLE color: 5989990.

HSL color Cylindrical-coordinate representation of color #66665B: hue angle of 60º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #66665B is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB10210291-
CMYK000.110.6
HSL60º5.7%37.84%-
HSV(B)60º10.78%40%-
XYZ12.1213.0811.78-
YUV100.75122.5128.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.58%
GREEN value IS 102 (40.23% from 255) = 34.58%
BLUE value IS 91 (35.94% from 255) = 30.85%
R=34.58%
G=34.58%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10210291000.110.6605.737.84
Hex66665B00B3C3c626
Octal14614613300137474646
Binary110011011001101011011001011111100111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,102,91); }

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

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

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

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

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

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

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