#696965

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

Shades of Storm Dust #696965

Tints of Storm Dust #696965

Color information

#696965 (or 0x696965) is unknown color: approx Storm Dust. HEX triplet: 69, 69 and 65. RGB value is (105,105,101). Sum of RGB (Red+Green+Blue) = 105+105+101=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696965 is #96969A. Grayscale: #686868. Windows color (decimal): -9868955 or 6646121. OLE color: 6646121.

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

Color convert

RGB105105101-
CMYK000.040.59
HSL60º1.94%40.39%-
HSV(B)60º3.81%41.18%-
XYZ13.2314.0514.33-
YUV104.54126128.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.76%
GREEN value IS 105 (41.41% from 255) = 33.76%
BLUE value IS 101 (39.84% from 255) = 32.48%
R=33.76%
G=33.76%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105105101000.040.59601.9440.39
Hex6969650043B3c228
Octal1511511450047374250
Binary1101001110100111001010010011101111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696965; }

 p { color: rgb(105,105,101); }

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

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

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

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

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

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

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