#68675E

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

Shades of Storm Dust #68675E

Tints of Storm Dust #68675E

Color information

#68675E (or 0x68675E) is unknown color: approx Storm Dust. HEX triplet: 68, 67 and 5E. RGB value is (104,103,94). Sum of RGB (Red+Green+Blue) = 104+103+94=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 104 - color contains mainly: red. Hex color #68675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68675E is #9798A1. Grayscale: #666666. Windows color (decimal): -9935010 or 6186856. OLE color: 6186856.

HSL color Cylindrical-coordinate representation of color #68675E: hue angle of 54º 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 #68675E is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB10410394-
CMYK00.010.100.59
HSL54º5.05%38.82%-
HSV(B)54º9.62%40.78%-
XYZ12.5813.4512.52-
YUV102.27123.33129.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.55%
GREEN value IS 103 (40.62% from 255) = 34.22%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=34.55%
G=34.22%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041039400.010.100.59545.0538.82
Hex68675E01A3B36527
Octal15014713601127366547
Binary110100011001111011110011010111011110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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