Html Css Color HEX #696961 Storm Dust

📋 copy color: '#696961'

red 105 ◦ green 105 ◦ blue 97

#696961
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Dust #696961

Tints of Storm Dust #696961

RGB

 RED value IS 105 (41.41% from 255) = 34.2%

 GREEN value IS 105 (41.41% from 255) = 34.2%

 BLUE value IS 97 (38.28% from 255) = 31.6%

R = 34.2%
G = 34.2%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#696961 (or 0x696961) is known color: Storm Dust. HEX triplet: 69, 69 and 61. RGB value is (105,105,97). Sum of RGB (Red+Green+Blue) = 105+105+97=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696961 is #96969E. Grayscale: #686868. Windows color (decimal): -9868959 or 6383977. OLE color: 6383977.

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

Color convert

RGB 105 105 97 -
CMYK 0 0 0.08 0.59
HSL 60º 0.04% 0.4% -
HSV(B) 60º 0.08% 0.41% -
XYZ 13.03 13.97 13.32 -
YUV 104.09 124 128.65 -
System Red Green Blue C M Y K H S L
Decimal 105 105 97 0 0 0.08 0.59 60 0.04 0.4
Hex 69 69 61 0 0 8 3B 3C 4 28
Octal 151 151 141 0 0 10 73 74 4 50
Binary 1101001 1101001 1100001 0 0 1000 111011 111100 100 101000

Color Harmonies of #696961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696961

Black with #696961

Text Example


Text Example

White with #696961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696961; }

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

 H1.HeaderClassName
 {
   color: #696961;
 }
 .AnyTagClassName
 {
   color: #696961;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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