Html Css Color HEX #666255 Storm Dust

📋 copy color: '#666255'

red 102 ◦ green 98 ◦ blue 85

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

Shades of Storm Dust #666255

Tints of Storm Dust #666255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.39%

 BLUE value IS 85 (33.59% from 255) = 29.82%

R = 35.79%
G = 34.39%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#666255 (or 0x666255) is known color: Storm Dust. HEX triplet: 66, 62 and 55. RGB value is (102,98,85). Sum of RGB (Red+Green+Blue) = 102+98+85=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 102 - color contains mainly: red. Hex color #666255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666255 is #999DAA. Grayscale: #616161. Windows color (decimal): -10067371 or 5595750. OLE color: 5595750.

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

Color convert

RGB 102 98 85 -
CMYK 0 0.04 0.17 0.6
HSL 45.88º 0.09% 0.37% -
HSV(B) 45.88º 0.17% 0.4% -
XYZ 11.49 12.22 10.35 -
YUV 97.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 102 98 85 0 0.04 0.17 0.6 45.88 0.09 0.37
Hex 66 62 55 0 4 11 3C 2E 9 25
Octal 146 142 125 0 4 21 74 56 11 45
Binary 1100110 1100010 1010101 0 100 10001 111100 101110 1001 100101

Color Harmonies of #666255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666255

Black with #666255

Text Example


Text Example

White with #666255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666255; }

 p { color: rgb(102,98,85); }

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

background-color css

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

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

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

border-color css

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

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

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