#69685B

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

Shades of Storm Dust #69685B

Tints of Storm Dust #69685B

Color information

#69685B (or 0x69685B) is unknown color: approx Storm Dust. HEX triplet: 69, 68 and 5B. RGB value is (105,104,91). Sum of RGB (Red+Green+Blue) = 105+104+91=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 105 - color contains mainly: red. Hex color #69685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69685B is #9697A4. Grayscale: #666666. Windows color (decimal): -9869221 or 5990505. OLE color: 5990505.

HSL color Cylindrical-coordinate representation of color #69685B: hue angle of 55.71º 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 #69685B is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB10510491-
CMYK00.010.130.59
HSL55.71º7.14%38.43%-
HSV(B)55.71º13.33%41.18%-
XYZ12.6613.6611.87-
YUV102.82121.33129.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35%
GREEN value IS 104 (41.02% from 255) = 34.67%
BLUE value IS 91 (35.94% from 255) = 30.33%
R=35%
G=34.67%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051049100.010.130.5955.717.1438.43
Hex69685B01D3B38726
Octal15115013301157370746
Binary110100111010001011011011101111011111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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