#69685F

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

Shades of Storm Dust #69685F

Tints of Storm Dust #69685F

Color information

#69685F (or 0x69685F) is unknown color: approx Storm Dust. HEX triplet: 69, 68 and 5F. RGB value is (105,104,95). Sum of RGB (Red+Green+Blue) = 105+104+95=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 105 - color contains mainly: red. Hex color #69685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69685F is #9697A0. Grayscale: #676767. Windows color (decimal): -9869217 or 6252649. OLE color: 6252649.

HSL color Cylindrical-coordinate representation of color #69685F: hue angle of 54º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #69685F is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB10510495-
CMYK00.010.100.59
HSL54º5%39.22%-
HSV(B)54º9.52%41.18%-
XYZ12.8413.7312.8-
YUV103.27123.33129.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.54%
GREEN value IS 104 (41.02% from 255) = 34.21%
BLUE value IS 95 (37.5% from 255) = 31.25%
R=34.54%
G=34.21%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051049500.010.100.5954539.22
Hex69685F01A3B36527
Octal15115013701127366547
Binary110100111010001011111011010111011110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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