#68655F

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

Shades of Storm Dust #68655F

Tints of Storm Dust #68655F

Color information

#68655F (or 0x68655F) is unknown color: approx Storm Dust. HEX triplet: 68, 65 and 5F. RGB value is (104,101,95). Sum of RGB (Red+Green+Blue) = 104+101+95=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 104 - color contains mainly: red. Hex color #68655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68655F is #979AA0. Grayscale: #656565. Windows color (decimal): -9935521 or 6251880. OLE color: 6251880.

HSL color Cylindrical-coordinate representation of color #68655F: hue angle of 40º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #68655F is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB10410195-
CMYK00.030.090.59
HSL40º4.52%39.02%-
HSV(B)40º8.65%40.78%-
XYZ12.4313.0812.7-
YUV101.21124.49129.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.67%
GREEN value IS 101 (39.84% from 255) = 33.67%
BLUE value IS 95 (37.5% from 255) = 31.67%
R=34.67%
G=33.67%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041019500.030.090.59404.5239.02
Hex68655F0393B28527
Octal15014513703117350547
Binary1101000110010110111110111001111011101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68655F; }

 p { color: rgb(104,101,95); }

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

<style>
 a { background-color: #68655F; }

 a { background-color: rgb(104,101,95); }

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

<style>
 span { border-color: #68655F; }

 span { border-color: rgb(104,101,95); }

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