#68665F

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

Shades of Storm Dust #68665F

Tints of Storm Dust #68665F

Color information

#68665F (or 0x68665F) is unknown color: approx Storm Dust. HEX triplet: 68, 66 and 5F. RGB value is (104,102,95). Sum of RGB (Red+Green+Blue) = 104+102+95=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 104 - color contains mainly: red. Hex color #68665F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68665F is #9799A0. Grayscale: #656565. Windows color (decimal): -9935265 or 6252136. OLE color: 6252136.

HSL color Cylindrical-coordinate representation of color #68665F: hue angle of 46.67º 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 #68665F is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB10410295-
CMYK00.020.090.59
HSL46.67º4.52%39.02%-
HSV(B)46.67º8.65%40.78%-
XYZ12.5313.2712.73-
YUV101.8124.16129.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.55%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 95 (37.5% from 255) = 31.56%
R=34.55%
G=33.89%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041029500.020.090.5946.674.5239.02
Hex68665F0293B2f527
Octal15014613702117357547
Binary1101000110011010111110101001111011101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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