Html Css Color HEX #696861 Storm Dust

📋 copy color: '#696861'

red 105 ◦ green 104 ◦ blue 97

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

Shades of Storm Dust #696861

Tints of Storm Dust #696861

RGB

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

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

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

R = 34.31%
G = 33.99%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#696861 (or 0x696861) is known color: Storm Dust. HEX triplet: 69, 68 and 61. RGB value is (105,104,97). Sum of RGB (Red+Green+Blue) = 105+104+97=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 105 - color contains mainly: red. Hex color #696861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696861 is #96979E. Grayscale: #676767. Windows color (decimal): -9869215 or 6383721. OLE color: 6383721.

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

Color convert

RGB 105 104 97 -
CMYK 0 0.01 0.08 0.59
HSL 52.5º 0.04% 0.4% -
HSV(B) 52.5º 0.08% 0.41% -
XYZ 12.93 13.77 13.28 -
YUV 103.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 105 104 97 0 0.01 0.08 0.59 52.5 0.04 0.4
Hex 69 68 61 0 1 8 3B 34 4 28
Octal 151 150 141 0 1 10 73 64 4 50
Binary 1101001 1101000 1100001 0 1 1000 111011 110100 100 101000

Color Harmonies of #696861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696861

Black with #696861

Text Example


Text Example

White with #696861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696861; }

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

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

background-color css

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

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

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

border-color css

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

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

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