Html Css Color HEX #6B685E Storm Dust

📋 copy color: '#6B685E'

red 107 ◦ green 104 ◦ blue 94

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

Shades of Storm Dust #6B685E

Tints of Storm Dust #6B685E

RGB

 RED value IS 107 (42.19% from 255) = 35.08%

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

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

R = 35.08%
G = 34.1%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6B685E (or 0x6B685E) is known color: Storm Dust. HEX triplet: 6B, 68 and 5E. RGB value is (107,104,94). Sum of RGB (Red+Green+Blue) = 107+104+94=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 107 - color contains mainly: red. Hex color #6B685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B685E is #9497A1. Grayscale: #676767. Windows color (decimal): -9738146 or 6187115. OLE color: 6187115.

HSL color Cylindrical-coordinate representation of color #6B685E: hue angle of 46.15º degrees, saturation: 0.06, 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 #6B685E is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 104 94 -
CMYK 0 0.03 0.12 0.58
HSL 46.15º 0.06% 0.39% -
HSV(B) 46.15º 0.12% 0.42% -
XYZ 13.03 13.83 12.57 -
YUV 103.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 107 104 94 0 0.03 0.12 0.58 46.15 0.06 0.39
Hex 6B 68 5E 0 3 C 3A 2E 6 27
Octal 153 150 136 0 3 14 72 56 6 47
Binary 1101011 1101000 1011110 0 11 1100 111010 101110 110 100111

Color Harmonies of #6B685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B685E

Black with #6B685E

Text Example


Text Example

White with #6B685E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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