Html Css Color HEX #696859 Storm Dust

📋 copy color: '#696859'

red 105 ◦ green 104 ◦ blue 89

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

Shades of Storm Dust #696859

Tints of Storm Dust #696859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.87%

R = 35.23%
G = 34.9%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#696859 (or 0x696859) is known color: Storm Dust. HEX triplet: 69, 68 and 59. RGB value is (105,104,89). Sum of RGB (Red+Green+Blue) = 105+104+89=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 105 - color contains mainly: red. Hex color #696859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696859 is #9697A6. Grayscale: #666666. Windows color (decimal): -9869223 or 5859433. OLE color: 5859433.

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

Color convert

RGB 105 104 89 -
CMYK 0 0.01 0.15 0.59
HSL 56.25º 0.08% 0.38% -
HSV(B) 56.25º 0.15% 0.41% -
XYZ 12.58 13.63 11.42 -
YUV 102.59 120.33 129.72 -
System Red Green Blue C M Y K H S L
Decimal 105 104 89 0 0.01 0.15 0.59 56.25 0.08 0.38
Hex 69 68 59 0 1 F 3B 38 8 26
Octal 151 150 131 0 1 17 73 70 10 46
Binary 1101001 1101000 1011001 0 1 1111 111011 111000 1000 100110

Color Harmonies of #696859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696859

Black with #696859

Text Example


Text Example

White with #696859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696859; }

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

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

background-color css

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

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

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

border-color css

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

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

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