Html Css Color HEX #696760 Storm Dust

📋 copy color: '#696760'

red 105 ◦ green 103 ◦ blue 96

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

Shades of Storm Dust #696760

Tints of Storm Dust #696760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.58%

R = 34.54%
G = 33.88%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#696760 (or 0x696760) is known color: Storm Dust. HEX triplet: 69, 67 and 60. RGB value is (105,103,96). Sum of RGB (Red+Green+Blue) = 105+103+96=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 105 - color contains mainly: red. Hex color #696760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696760 is #96989F. Grayscale: #666666. Windows color (decimal): -9869472 or 6317929. OLE color: 6317929.

HSL color Cylindrical-coordinate representation of color #696760: hue angle of 46.67º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #696760 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 103 96 -
CMYK 0 0.02 0.09 0.59
HSL 46.67º 0.04% 0.39% -
HSV(B) 46.67º 0.09% 0.41% -
XYZ 12.79 13.55 13.01 -
YUV 102.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 105 103 96 0 0.02 0.09 0.59 46.67 0.04 0.39
Hex 69 67 60 0 2 9 3B 2F 4 27
Octal 151 147 140 0 2 11 73 57 4 47
Binary 1101001 1100111 1100000 0 10 1001 111011 101111 100 100111

Color Harmonies of #696760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696760

Black with #696760

Text Example


Text Example

White with #696760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696760; }

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

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

background-color css

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

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

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

border-color css

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

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

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