#69665D

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

Shades of Storm Dust #69665D

Tints of Storm Dust #69665D

Color information

#69665D (or 0x69665D) is unknown color: approx Storm Dust. HEX triplet: 69, 66 and 5D. RGB value is (105,102,93). Sum of RGB (Red+Green+Blue) = 105+102+93=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 105 - color contains mainly: red. Hex color #69665D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69665D is #9699A2. Grayscale: #656565. Windows color (decimal): -9869731 or 6121065. OLE color: 6121065.

HSL color Cylindrical-coordinate representation of color #69665D: hue angle of 45º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #69665D is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB10510293-
CMYK00.030.110.59
HSL45º6.06%38.82%-
HSV(B)45º11.43%41.18%-
XYZ12.5513.312.26-
YUV101.87122.99130.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35%
GREEN value IS 102 (40.23% from 255) = 34%
BLUE value IS 93 (36.72% from 255) = 31%
R=35%
G=34%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051029300.030.110.59456.0638.82
Hex69665D03B3B2d627
Octal15114613503137355647
Binary1101001110011010111010111011111011101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69665D; }

 p { color: rgb(105,102,93); }

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

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

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

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

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

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

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