#6B675D

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

Shades of Storm Dust #6B675D

Tints of Storm Dust #6B675D

Color information

#6B675D (or 0x6B675D) is unknown color: approx Storm Dust. HEX triplet: 6B, 67 and 5D. RGB value is (107,103,93). Sum of RGB (Red+Green+Blue) = 107+103+93=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 107 - color contains mainly: red. Hex color #6B675D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B675D is #9498A2. Grayscale: #676767. Windows color (decimal): -9738403 or 6121323. OLE color: 6121323.

HSL color Cylindrical-coordinate representation of color #6B675D: 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 #6B675D is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB10710393-
CMYK00.040.130.58
HSL42.86º7%39.22%-
HSV(B)42.86º13.08%41.96%-
XYZ12.8913.6212.3-
YUV103.06122.33130.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.31%
GREEN value IS 103 (40.62% from 255) = 33.99%
BLUE value IS 93 (36.72% from 255) = 30.69%
R=35.31%
G=33.99%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071039300.040.130.5842.86739.22
Hex6B675D04D3A2b727
Octal15314713504157253747
Binary11010111100111101110101001101111010101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,103,93); }

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

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

 a { background-color: rgb(107,103,93); }

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

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

 span { border-color: rgb(107,103,93); }

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