Html Css Color HEX #6A695D Storm Dust

📋 copy color: '#6A695D'

red 106 ◦ green 105 ◦ blue 93

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

Shades of Storm Dust #6A695D

Tints of Storm Dust #6A695D

RGB

 RED value IS 106 (41.8% from 255) = 34.87%

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

 BLUE value IS 93 (36.72% from 255) = 30.59%

R = 34.87%
G = 34.54%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6A695D (or 0x6A695D) is known color: Storm Dust. HEX triplet: 6A, 69 and 5D. RGB value is (106,105,93). Sum of RGB (Red+Green+Blue) = 106+105+93=304 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.87% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 106 - color contains mainly: red. Hex color #6A695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A695D is #9596A2. Grayscale: #676767. Windows color (decimal): -9803427 or 6121834. OLE color: 6121834.

HSL color Cylindrical-coordinate representation of color #6A695D: hue angle of 55.38º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A695D is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 105 93 -
CMYK 0 0.01 0.12 0.58
HSL 55.38º 0.07% 0.39% -
HSV(B) 55.38º 0.12% 0.42% -
XYZ 12.97 13.96 12.37 -
YUV 103.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 106 105 93 0 0.01 0.12 0.58 55.38 0.07 0.39
Hex 6A 69 5D 0 1 C 3A 37 7 27
Octal 152 151 135 0 1 14 72 67 7 47
Binary 1101010 1101001 1011101 0 1 1100 111010 110111 111 100111

Color Harmonies of #6A695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A695D

Black with #6A695D

Text Example


Text Example

White with #6A695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A695D; }

 p { color: rgb(106,105,93); }

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

background-color css

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

 a { background-color: rgb(106,105,93); }

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

border-color css

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

 span { border-color: rgb(106,105,93); }

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