Html Css Color HEX #666665 Storm Dust

📋 copy color: '#666665'

red 102 ◦ green 102 ◦ blue 101

#666665
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Dust #666665

Tints of Storm Dust #666665

RGB

 RED value IS 102 (40.23% from 255) = 33.44%

 GREEN value IS 102 (40.23% from 255) = 33.44%

 BLUE value IS 101 (39.84% from 255) = 33.11%

R = 33.44%
G = 33.44%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.6

RGB Variations

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

Color information

#666665 (or 0x666665) is known color: Storm Dust. HEX triplet: 66, 66 and 65. RGB value is (102,102,101). Sum of RGB (Red+Green+Blue) = 102+102+101=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 102 - color contains mainly: red, green. Hex color #666665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666665 is #99999A. Grayscale: #656565. Windows color (decimal): -10066331 or 6645350. OLE color: 6645350.

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

Color convert

RGB 102 102 101 -
CMYK 0 0 0.01 0.6
HSL 60º 0% 0.4% -
HSV(B) 60º 0.01% 0.4% -
XYZ 12.58 13.27 14.21 -
YUV 101.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 102 102 101 0 0 0.01 0.6 60 0 0.4
Hex 66 66 65 0 0 1 3C 3C 0 28
Octal 146 146 145 0 0 1 74 74 0 50
Binary 1100110 1100110 1100101 0 0 1 111100 111100 0 101000

Color Harmonies of #666665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666665

Black with #666665

Text Example


Text Example

White with #666665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666665; }

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

 H1.HeaderClassName
 {
   color: #666665;
 }
 .AnyTagClassName
 {
   color: #666665;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #666665;
 }
 .BgClassName
 {
   background-color: #666665;
 }
</style>

border-color css

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

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

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