#68675A

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

Shades of Storm Dust #68675A

Tints of Storm Dust #68675A

Color information

#68675A (or 0x68675A) is unknown color: approx Storm Dust. HEX triplet: 68, 67 and 5A. RGB value is (104,103,90). Sum of RGB (Red+Green+Blue) = 104+103+90=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 104 - color contains mainly: red. Hex color #68675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68675A is #9798A5. Grayscale: #656565. Windows color (decimal): -9935014 or 5924712. OLE color: 5924712.

HSL color Cylindrical-coordinate representation of color #68675A: hue angle of 55.71º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #68675A is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB10410390-
CMYK00.010.130.59
HSL55.71º7.22%38.04%-
HSV(B)55.71º13.46%40.78%-
XYZ12.413.3811.6-
YUV101.82121.33129.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.02%
GREEN value IS 103 (40.62% from 255) = 34.68%
BLUE value IS 90 (35.55% from 255) = 30.30%
R=35.02%
G=34.68%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041039000.010.130.5955.717.2238.04
Hex68675A01D3B38726
Octal15014713201157370746
Binary110100011001111011010011101111011111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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