#69665B

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

Shades of Storm Dust #69665B

Tints of Storm Dust #69665B

Color information

#69665B (or 0x69665B) is unknown color: approx Storm Dust. HEX triplet: 69, 66 and 5B. RGB value is (105,102,91). Sum of RGB (Red+Green+Blue) = 105+102+91=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 105 - color contains mainly: red. Hex color #69665B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69665B is #9699A4. Grayscale: #656565. Windows color (decimal): -9869733 or 5989993. OLE color: 5989993.

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

Color convert

RGB10510291-
CMYK00.030.130.59
HSL47.14º7.14%38.43%-
HSV(B)47.14º13.33%41.18%-
XYZ12.4713.2611.8-
YUV101.64121.99130.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.23%
GREEN value IS 102 (40.23% from 255) = 34.23%
BLUE value IS 91 (35.94% from 255) = 30.54%
R=35.23%
G=34.23%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051029100.030.130.5947.147.1438.43
Hex69665B03D3B2f726
Octal15114613303157357746
Binary1101001110011010110110111101111011101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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