#68655E

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

Shades of Storm Dust #68655E

Tints of Storm Dust #68655E

Color information

#68655E (or 0x68655E) is unknown color: approx Storm Dust. HEX triplet: 68, 65 and 5E. RGB value is (104,101,94). Sum of RGB (Red+Green+Blue) = 104+101+94=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 104 - color contains mainly: red. Hex color #68655E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68655E is #979AA1. Grayscale: #656565. Windows color (decimal): -9935522 or 6186344. OLE color: 6186344.

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

Color convert

RGB10410194-
CMYK00.030.100.59
HSL42º5.05%38.82%-
HSV(B)42º9.62%40.78%-
XYZ12.3813.0612.46-
YUV101.1123.99130.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.78%
GREEN value IS 101 (39.84% from 255) = 33.78%
BLUE value IS 94 (37.11% from 255) = 31.44%
R=34.78%
G=33.78%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041019400.030.100.59425.0538.82
Hex68655E03A3B2a527
Octal15014513603127352547
Binary1101000110010110111100111010111011101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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