#66635A

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

Shades of Storm Dust #66635A

Tints of Storm Dust #66635A

Color information

#66635A (or 0x66635A) is unknown color: approx Storm Dust. HEX triplet: 66, 63 and 5A. RGB value is (102,99,90). Sum of RGB (Red+Green+Blue) = 102+99+90=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 102 - color contains mainly: red. Hex color #66635A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66635A is #999CA5. Grayscale: #626262. Windows color (decimal): -10067110 or 5923686. OLE color: 5923686.

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

Color convert

RGB1029990-
CMYK00.030.120.6
HSL45º6.25%37.65%-
HSV(B)45º11.76%40%-
XYZ11.7912.4911.46-
YUV98.87122.99130.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.05%
GREEN value IS 99 (39.06% from 255) = 34.02%
BLUE value IS 90 (35.55% from 255) = 30.93%
R=35.05%
G=34.02%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102999000.030.120.6456.2537.65
Hex66635A03C3C2d626
Octal14614313203147455646
Binary1100110110001110110100111100111100101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66635A; }

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

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

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

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

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

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

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

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