Html Css Color HEX #696559 Storm Dust

📋 copy color: '#696559'

red 105 ◦ green 101 ◦ blue 89

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

Shades of Storm Dust #696559

Tints of Storm Dust #696559

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.24%

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

R = 35.59%
G = 34.24%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#696559 (or 0x696559) is known color: Storm Dust. HEX triplet: 69, 65 and 59. RGB value is (105,101,89). Sum of RGB (Red+Green+Blue) = 105+101+89=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 105 - color contains mainly: red. Hex color #696559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696559 is #969AA6. Grayscale: #646464. Windows color (decimal): -9869991 or 5858665. OLE color: 5858665.

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

Color convert

RGB 105 101 89 -
CMYK 0 0.04 0.15 0.59
HSL 45º 0.08% 0.38% -
HSV(B) 45º 0.15% 0.41% -
XYZ 12.28 13.03 11.32 -
YUV 100.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 105 101 89 0 0.04 0.15 0.59 45 0.08 0.38
Hex 69 65 59 0 4 F 3B 2D 8 26
Octal 151 145 131 0 4 17 73 55 10 46
Binary 1101001 1100101 1011001 0 100 1111 111011 101101 1000 100110

Color Harmonies of #696559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696559

Black with #696559

Text Example


Text Example

White with #696559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696559; }

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

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

background-color css

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

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

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

border-color css

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

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

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