#67665E

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

Shades of Storm Dust #67665E

Tints of Storm Dust #67665E

Color information

#67665E (or 0x67665E) is unknown color: approx Storm Dust. HEX triplet: 67, 66 and 5E. RGB value is (103,102,94). Sum of RGB (Red+Green+Blue) = 103+102+94=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 103 - color contains mainly: red. Hex color #67665E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67665E is #9899A1. Grayscale: #656565. Windows color (decimal): -10000802 or 6186599. OLE color: 6186599.

HSL color Cylindrical-coordinate representation of color #67665E: hue angle of 53.33º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #67665E is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB10310294-
CMYK00.010.090.60
HSL53.33º4.57%38.63%-
HSV(B)53.33º8.74%40.39%-
XYZ12.3713.1912.48-
YUV101.39123.83129.15-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.45%
GREEN value IS 102 (40.23% from 255) = 34.11%
BLUE value IS 94 (37.11% from 255) = 31.44%
R=34.45%
G=34.11%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1031029400.010.090.6053.334.5738.63
Hex67665E0193C35527
Octal14714613601117465547
Binary110011111001101011110011001111100110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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