#69685C

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

Shades of Storm Dust #69685C

Tints of Storm Dust #69685C

Color information

#69685C (or 0x69685C) is unknown color: approx Storm Dust. HEX triplet: 69, 68 and 5C. RGB value is (105,104,92). Sum of RGB (Red+Green+Blue) = 105+104+92=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 105 - color contains mainly: red. Hex color #69685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69685C is #9697A3. Grayscale: #666666. Windows color (decimal): -9869220 or 6056041. OLE color: 6056041.

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

Color convert

RGB10510492-
CMYK00.010.120.59
HSL55.38º6.6%38.63%-
HSV(B)55.38º12.38%41.18%-
XYZ12.7113.6812.1-
YUV102.93121.83129.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.88%
GREEN value IS 104 (41.02% from 255) = 34.55%
BLUE value IS 92 (36.33% from 255) = 30.56%
R=34.88%
G=34.55%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051049200.010.120.5955.386.638.63
Hex69685C01C3B37727
Octal15115013401147367747
Binary110100111010001011100011100111011110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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