Html Css Color HEX #6A685F Storm Dust

📋 copy color: '#6A685F'

red 106 ◦ green 104 ◦ blue 95

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

Shades of Storm Dust #6A685F

Tints of Storm Dust #6A685F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.15%

R = 34.75%
G = 34.1%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#6A685F (or 0x6A685F) is known color: Storm Dust. HEX triplet: 6A, 68 and 5F. RGB value is (106,104,95). Sum of RGB (Red+Green+Blue) = 106+104+95=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 106 - color contains mainly: red. Hex color #6A685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A685F is #9597A0. Grayscale: #676767. Windows color (decimal): -9803681 or 6252650. OLE color: 6252650.

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

Color convert

RGB 106 104 95 -
CMYK 0 0.02 0.10 0.58
HSL 49.09º 0.05% 0.39% -
HSV(B) 49.09º 0.1% 0.42% -
XYZ 12.96 13.79 12.81 -
YUV 103.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 106 104 95 0 0.02 0.10 0.58 49.09 0.05 0.39
Hex 6A 68 5F 0 2 A 3A 31 5 27
Octal 152 150 137 0 2 12 72 61 5 47
Binary 1101010 1101000 1011111 0 10 1010 111010 110001 101 100111

Color Harmonies of #6A685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A685F

Black with #6A685F

Text Example


Text Example

White with #6A685F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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