Html Css Color HEX #696962 Storm Dust

📋 copy color: '#696962'

red 105 ◦ green 105 ◦ blue 98

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

Shades of Storm Dust #696962

Tints of Storm Dust #696962

RGB

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

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

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

R = 34.09%
G = 34.09%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#696962 (or 0x696962) is known color: Storm Dust. HEX triplet: 69, 69 and 62. RGB value is (105,105,98). Sum of RGB (Red+Green+Blue) = 105+105+98=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696962 is #96969D. Grayscale: #686868. Windows color (decimal): -9868958 or 6449513. OLE color: 6449513.

HSL color Cylindrical-coordinate representation of color #696962: 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.07%. Process color model (Four color, CMYK) of #696962 is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 105 98 -
CMYK 0 0 0.07 0.59
HSL 60º 0.03% 0.4% -
HSV(B) 60º 0.07% 0.41% -
XYZ 13.08 13.99 13.57 -
YUV 104.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 105 105 98 0 0 0.07 0.59 60 0.03 0.4
Hex 69 69 62 0 0 7 3B 3C 3 28
Octal 151 151 142 0 0 7 73 74 3 50
Binary 1101001 1101001 1100010 0 0 111 111011 111100 11 101000

Color Harmonies of #696962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696962

Black with #696962

Text Example


Text Example

White with #696962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696962; }

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

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

background-color css

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

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

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

border-color css

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

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

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