Html Css Color HEX #6A665C Storm Dust

📋 copy color: '#6A665C'

red 106 ◦ green 102 ◦ blue 92

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

Shades of Storm Dust #6A665C

Tints of Storm Dust #6A665C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.67%

R = 35.33%
G = 34%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6A665C (or 0x6A665C) is known color: Storm Dust. HEX triplet: 6A, 66 and 5C. RGB value is (106,102,92). Sum of RGB (Red+Green+Blue) = 106+102+92=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 106 - color contains mainly: red. Hex color #6A665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A665C is #9599A3. Grayscale: #666666. Windows color (decimal): -9804196 or 6055530. OLE color: 6055530.

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

Color convert

RGB 106 102 92 -
CMYK 0 0.04 0.13 0.58
HSL 42.86º 0.07% 0.39% -
HSV(B) 42.86º 0.13% 0.42% -
XYZ 12.63 13.34 12.03 -
YUV 102.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 106 102 92 0 0.04 0.13 0.58 42.86 0.07 0.39
Hex 6A 66 5C 0 4 D 3A 2B 7 27
Octal 152 146 134 0 4 15 72 53 7 47
Binary 1101010 1100110 1011100 0 100 1101 111010 101011 111 100111

Color Harmonies of #6A665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A665C

Black with #6A665C

Text Example


Text Example

White with #6A665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,102,92); }

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

background-color css

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

 a { background-color: rgb(106,102,92); }

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

border-color css

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

 span { border-color: rgb(106,102,92); }

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