#6B695F

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

Shades of Storm Dust #6B695F

Tints of Storm Dust #6B695F

Color information

#6B695F (or 0x6B695F) is unknown color: approx Storm Dust. HEX triplet: 6B, 69 and 5F. RGB value is (107,105,95). Sum of RGB (Red+Green+Blue) = 107+105+95=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 107 - color contains mainly: red. Hex color #6B695F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B695F is #9496A0. Grayscale: #686868. Windows color (decimal): -9737889 or 6252907. OLE color: 6252907.

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

Color convert

RGB10710595-
CMYK00.020.110.58
HSL50º5.94%39.61%-
HSV(B)50º11.21%41.96%-
XYZ13.1814.0612.84-
YUV104.46122.66129.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.85%
GREEN value IS 105 (41.41% from 255) = 34.20%
BLUE value IS 95 (37.5% from 255) = 30.94%
R=34.85%
G=34.20%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071059500.020.110.58505.9439.61
Hex6B695F02B3A32628
Octal15315113702137262650
Binary1101011110100110111110101011111010110010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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