Html Css Color HEX #696863 Storm Dust

📋 copy color: '#696863'

red 105 ◦ green 104 ◦ blue 99

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

Shades of Storm Dust #696863

Tints of Storm Dust #696863

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.77%

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

R = 34.09%
G = 33.77%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#696863 (or 0x696863) is known color: Storm Dust. HEX triplet: 69, 68 and 63. RGB value is (105,104,99). Sum of RGB (Red+Green+Blue) = 105+104+99=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 105 - color contains mainly: red. Hex color #696863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696863 is #96979C. Grayscale: #676767. Windows color (decimal): -9869213 or 6514793. OLE color: 6514793.

HSL color Cylindrical-coordinate representation of color #696863: hue angle of 50º 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 #696863 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 104 99 -
CMYK 0 0.01 0.06 0.59
HSL 50º 0.03% 0.4% -
HSV(B) 50º 0.06% 0.41% -
XYZ 13.03 13.8 13.78 -
YUV 103.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 105 104 99 0 0.01 0.06 0.59 50 0.03 0.4
Hex 69 68 63 0 1 6 3B 32 3 28
Octal 151 150 143 0 1 6 73 62 3 50
Binary 1101001 1101000 1100011 0 1 110 111011 110010 11 101000

Color Harmonies of #696863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696863

Black with #696863

Text Example


Text Example

White with #696863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696863; }

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

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

background-color css

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

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

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

border-color css

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

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

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