Html Css Color HEX #696759 Storm Dust

📋 copy color: '#696759'

red 105 ◦ green 103 ◦ blue 89

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

Shades of Storm Dust #696759

Tints of Storm Dust #696759

RGB

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

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

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

R = 35.35%
G = 34.68%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#696759 (or 0x696759) is known color: Storm Dust. HEX triplet: 69, 67 and 59. RGB value is (105,103,89). Sum of RGB (Red+Green+Blue) = 105+103+89=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 105 - color contains mainly: red. Hex color #696759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696759 is #9698A6. Grayscale: #666666. Windows color (decimal): -9869479 or 5859177. OLE color: 5859177.

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

Color convert

RGB 105 103 89 -
CMYK 0 0.02 0.15 0.59
HSL 52.5º 0.08% 0.38% -
HSV(B) 52.5º 0.15% 0.41% -
XYZ 12.48 13.43 11.38 -
YUV 102 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 105 103 89 0 0.02 0.15 0.59 52.5 0.08 0.38
Hex 69 67 59 0 2 F 3B 34 8 26
Octal 151 147 131 0 2 17 73 64 10 46
Binary 1101001 1100111 1011001 0 10 1111 111011 110100 1000 100110

Color Harmonies of #696759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696759

Black with #696759

Text Example


Text Example

White with #696759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696759; }

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

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

background-color css

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

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

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

border-color css

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

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

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