#6C6A58

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

Shades of Storm Dust #6C6A58

Tints of Storm Dust #6C6A58

Color information

#6C6A58 (or 0x6C6A58) is unknown color: approx Storm Dust. HEX triplet: 6C, 6A and 58. RGB value is (108,106,88). Sum of RGB (Red+Green+Blue) = 108+106+88=302 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.76% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6A58 is #9395A7. Grayscale: #686868. Windows color (decimal): -9672104 or 5794412. OLE color: 5794412.

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

Color convert

RGB10810688-
CMYK00.020.190.58
HSL54º10.2%38.43%-
HSV(B)54º18.52%42.35%-
XYZ13.114.211.28-
YUV104.55118.66130.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.76%
GREEN value IS 106 (41.80% from 255) = 35.10%
BLUE value IS 88 (34.77% from 255) = 29.14%
R=35.76%
G=35.10%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081068800.020.190.585410.238.43
Hex6C6A5802133A36a26
Octal154152130022372661246
Binary110110011010101011000010100111110101101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,106,88); }

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

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

 a { background-color: rgb(108,106,88); }

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

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

 span { border-color: rgb(108,106,88); }

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