Html Css Color HEX #696862 Storm Dust

📋 copy color: '#696862'

red 105 ◦ green 104 ◦ blue 98

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

Shades of Storm Dust #696862

Tints of Storm Dust #696862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.92%

R = 34.2%
G = 33.88%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#696862 (or 0x696862) is known color: Storm Dust. HEX triplet: 69, 68 and 62. RGB value is (105,104,98). Sum of RGB (Red+Green+Blue) = 105+104+98=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 105 - color contains mainly: red. Hex color #696862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696862 is #96979D. Grayscale: #676767. Windows color (decimal): -9869214 or 6449257. OLE color: 6449257.

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

Color convert

RGB 105 104 98 -
CMYK 0 0.01 0.07 0.59
HSL 51.43º 0.03% 0.4% -
HSV(B) 51.43º 0.07% 0.41% -
XYZ 12.98 13.79 13.53 -
YUV 103.62 124.83 128.99 -
System Red Green Blue C M Y K H S L
Decimal 105 104 98 0 0.01 0.07 0.59 51.43 0.03 0.4
Hex 69 68 62 0 1 7 3B 33 3 28
Octal 151 150 142 0 1 7 73 63 3 50
Binary 1101001 1101000 1100010 0 1 111 111011 110011 11 101000

Color Harmonies of #696862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696862

Black with #696862

Text Example


Text Example

White with #696862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696862; }

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

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

background-color css

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

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

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

border-color css

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

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

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