Html Css Color HEX #696963 Storm Dust

📋 copy color: '#696963'

red 105 ◦ green 105 ◦ blue 99

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

Shades of Storm Dust #696963

Tints of Storm Dust #696963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.04%

R = 33.98%
G = 33.98%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#696963 (or 0x696963) is known color: Storm Dust. HEX triplet: 69, 69 and 63. RGB value is (105,105,99). Sum of RGB (Red+Green+Blue) = 105+105+99=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696963 is #96969C. Grayscale: #686868. Windows color (decimal): -9868957 or 6515049. OLE color: 6515049.

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

Color convert

RGB 105 105 99 -
CMYK 0 0 0.06 0.59
HSL 60º 0.03% 0.4% -
HSV(B) 60º 0.06% 0.41% -
XYZ 13.13 14.01 13.82 -
YUV 104.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 105 105 99 0 0 0.06 0.59 60 0.03 0.4
Hex 69 69 63 0 0 6 3B 3C 3 28
Octal 151 151 143 0 0 6 73 74 3 50
Binary 1101001 1101001 1100011 0 0 110 111011 111100 11 101000

Color Harmonies of #696963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696963

Black with #696963

Text Example


Text Example

White with #696963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696963; }

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

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

background-color css

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

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

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

border-color css

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

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

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