Html Css Color HEX #6A685E Storm Dust

📋 copy color: '#6A685E'

red 106 ◦ green 104 ◦ blue 94

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

Shades of Storm Dust #6A685E

Tints of Storm Dust #6A685E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.21%

 BLUE value IS 94 (37.11% from 255) = 30.92%

R = 34.87%
G = 34.21%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6A685E (or 0x6A685E) is known color: Storm Dust. HEX triplet: 6A, 68 and 5E. RGB value is (106,104,94). Sum of RGB (Red+Green+Blue) = 106+104+94=304 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.87% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 106 - color contains mainly: red. Hex color #6A685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A685E is #9597A1. Grayscale: #676767. Windows color (decimal): -9803682 or 6187114. OLE color: 6187114.

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

Color convert

RGB 106 104 94 -
CMYK 0 0.02 0.11 0.58
HSL 50º 0.06% 0.39% -
HSV(B) 50º 0.11% 0.42% -
XYZ 12.91 13.77 12.57 -
YUV 103.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 106 104 94 0 0.02 0.11 0.58 50 0.06 0.39
Hex 6A 68 5E 0 2 B 3A 32 6 27
Octal 152 150 136 0 2 13 72 62 6 47
Binary 1101010 1101000 1011110 0 10 1011 111010 110010 110 100111

Color Harmonies of #6A685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A685E

Black with #6A685E

Text Example


Text Example

White with #6A685E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,104,94); }

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

background-color css

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

 a { background-color: rgb(106,104,94); }

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

border-color css

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

 span { border-color: rgb(106,104,94); }

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