#6B695E

Color #6B695E Storm Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Dust #6B695E

Tints of Storm Dust #6B695E

Color information

#6B695E (or 0x6B695E) is unknown color: approx Storm Dust. HEX triplet: 6B, 69 and 5E. RGB value is (107,105,94). Sum of RGB (Red+Green+Blue) = 107+105+94=306 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.97% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 107 - color contains mainly: red. Hex color #6B695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B695E is #9496A1. Grayscale: #686868. Windows color (decimal): -9737890 or 6187371. OLE color: 6187371.

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

Color convert

RGB10710594-
CMYK00.020.120.58
HSL50.77º6.47%39.41%-
HSV(B)50.77º12.15%41.96%-
XYZ13.1414.0412.61-
YUV104.34122.16129.89-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.97%
GREEN value IS 105 (41.41% from 255) = 34.31%
BLUE value IS 94 (37.11% from 255) = 30.72%
R=34.97%
G=34.31%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071059400.020.120.5850.776.4739.41
Hex6B695E02C3A33627
Octal15315113602147263647
Binary1101011110100110111100101100111010110011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B695E;
 }
 .AnyTagClassName
 {
   color: #6B695E;
 }
</style>
background-color css

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

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

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

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

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

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