Html Css Color HEX #696659 Storm Dust

📋 copy color: '#696659'

red 105 ◦ green 102 ◦ blue 89

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

Shades of Storm Dust #696659

Tints of Storm Dust #696659

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.46%

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

R = 35.47%
G = 34.46%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#696659 (or 0x696659) is known color: Storm Dust. HEX triplet: 69, 66 and 59. RGB value is (105,102,89). Sum of RGB (Red+Green+Blue) = 105+102+89=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 105 - color contains mainly: red. Hex color #696659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696659 is #9699A6. Grayscale: #656565. Windows color (decimal): -9869735 or 5858921. OLE color: 5858921.

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

Color convert

RGB 105 102 89 -
CMYK 0 0.03 0.15 0.59
HSL 48.75º 0.08% 0.38% -
HSV(B) 48.75º 0.15% 0.41% -
XYZ 12.38 13.23 11.35 -
YUV 101.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 105 102 89 0 0.03 0.15 0.59 48.75 0.08 0.38
Hex 69 66 59 0 3 F 3B 31 8 26
Octal 151 146 131 0 3 17 73 61 10 46
Binary 1101001 1100110 1011001 0 11 1111 111011 110001 1000 100110

Color Harmonies of #696659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696659

Black with #696659

Text Example


Text Example

White with #696659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696659; }

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

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

background-color css

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

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

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

border-color css

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

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

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