Html Css Color HEX #696762 Storm Dust

📋 copy color: '#696762'

red 105 ◦ green 103 ◦ blue 98

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

Shades of Storm Dust #696762

Tints of Storm Dust #696762

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.66%

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

R = 34.31%
G = 33.66%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#696762 (or 0x696762) is known color: Storm Dust. HEX triplet: 69, 67 and 62. RGB value is (105,103,98). Sum of RGB (Red+Green+Blue) = 105+103+98=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 105 - color contains mainly: red. Hex color #696762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696762 is #96989D. Grayscale: #676767. Windows color (decimal): -9869470 or 6449001. OLE color: 6449001.

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

Color convert

RGB 105 103 98 -
CMYK 0 0.02 0.07 0.59
HSL 42.86º 0.03% 0.4% -
HSV(B) 42.86º 0.07% 0.41% -
XYZ 12.88 13.59 13.5 -
YUV 103.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 105 103 98 0 0.02 0.07 0.59 42.86 0.03 0.4
Hex 69 67 62 0 2 7 3B 2B 3 28
Octal 151 147 142 0 2 7 73 53 3 50
Binary 1101001 1100111 1100010 0 10 111 111011 101011 11 101000

Color Harmonies of #696762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696762

Black with #696762

Text Example


Text Example

White with #696762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696762; }

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

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

background-color css

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

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

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

border-color css

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

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

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