#6A675C

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

Shades of Storm Dust #6A675C

Tints of Storm Dust #6A675C

Color information

#6A675C (or 0x6A675C) is unknown color: approx Storm Dust. HEX triplet: 6A, 67 and 5C. RGB value is (106,103,92). Sum of RGB (Red+Green+Blue) = 106+103+92=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 106 - color contains mainly: red. Hex color #6A675C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A675C is #9598A3. Grayscale: #666666. Windows color (decimal): -9803940 or 6055786. OLE color: 6055786.

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

Color convert

RGB10610392-
CMYK00.030.130.58
HSL47.14º7.07%38.82%-
HSV(B)47.14º13.21%41.57%-
XYZ12.7313.5412.07-
YUV102.64121.99130.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.22%
GREEN value IS 103 (40.62% from 255) = 34.22%
BLUE value IS 92 (36.33% from 255) = 30.56%
R=35.22%
G=34.22%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061039200.030.130.5847.147.0738.82
Hex6A675C03D3A2f727
Octal15214713403157257747
Binary1101010110011110111000111101111010101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A675C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,103,92); }

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

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

 a { background-color: rgb(106,103,92); }

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

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

 span { border-color: rgb(106,103,92); }

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