#69675A

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

Shades of Storm Dust #69675A

Tints of Storm Dust #69675A

Color information

#69675A (or 0x69675A) is unknown color: approx Storm Dust. HEX triplet: 69, 67 and 5A. RGB value is (105,103,90). Sum of RGB (Red+Green+Blue) = 105+103+90=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 105 - color contains mainly: red. Hex color #69675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69675A is #9698A5. Grayscale: #666666. Windows color (decimal): -9869478 or 5924713. OLE color: 5924713.

HSL color Cylindrical-coordinate representation of color #69675A: hue angle of 52º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #69675A is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB10510390-
CMYK00.020.140.59
HSL52º7.69%38.24%-
HSV(B)52º14.29%41.18%-
XYZ12.5213.4411.61-
YUV102.12121.16130.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.23%
GREEN value IS 103 (40.62% from 255) = 34.56%
BLUE value IS 90 (35.55% from 255) = 30.20%
R=35.23%
G=34.56%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051039000.020.140.59527.6938.24
Hex69675A02E3B34826
Octal151147132021673641046
Binary11010011100111101101001011101110111101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69675A; }

 p { color: rgb(105,103,90); }

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

<style>
 a { background-color: #69675A; }

 a { background-color: rgb(105,103,90); }

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

<style>
 span { border-color: #69675A; }

 span { border-color: rgb(105,103,90); }

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