Html Css Color HEX #666352 Storm Dust

📋 copy color: '#666352'

red 102 ◦ green 99 ◦ blue 82

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

Shades of Storm Dust #666352

Tints of Storm Dust #666352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.98%

 BLUE value IS 82 (32.42% from 255) = 28.98%

R = 36.04%
G = 34.98%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.6

RGB Variations

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

Color information

#666352 (or 0x666352) is known color: Storm Dust. HEX triplet: 66, 63 and 52. RGB value is (102,99,82). Sum of RGB (Red+Green+Blue) = 102+99+82=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 102 - color contains mainly: red. Hex color #666352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666352 is #999CAD. Grayscale: #626262. Windows color (decimal): -10067118 or 5399398. OLE color: 5399398.

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

Color convert

RGB 102 99 82 -
CMYK 0 0.03 0.20 0.6
HSL 51º 0.11% 0.36% -
HSV(B) 51º 0.2% 0.4% -
XYZ 11.46 12.36 9.76 -
YUV 97.96 118.99 130.88 -
System Red Green Blue C M Y K H S L
Decimal 102 99 82 0 0.03 0.20 0.6 51 0.11 0.36
Hex 66 63 52 0 3 14 3C 33 B 24
Octal 146 143 122 0 3 24 74 63 13 44
Binary 1100110 1100011 1010010 0 11 10100 111100 110011 1011 100100

Color Harmonies of #666352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666352

Black with #666352

Text Example


Text Example

White with #666352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666352; }

 p { color: rgb(102,99,82); }

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

background-color css

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

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

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

border-color css

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

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

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