#67655D

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

Shades of Storm Dust #67655D

Tints of Storm Dust #67655D

Color information

#67655D (or 0x67655D) is unknown color: approx Storm Dust. HEX triplet: 67, 65 and 5D. RGB value is (103,101,93). Sum of RGB (Red+Green+Blue) = 103+101+93=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 103 - color contains mainly: red. Hex color #67655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67655D is #989AA2. Grayscale: #646464. Windows color (decimal): -10001059 or 6120807. OLE color: 6120807.

HSL color Cylindrical-coordinate representation of color #67655D: hue angle of 48º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #67655D is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB10310193-
CMYK00.020.100.60
HSL48º5.1%38.43%-
HSV(B)48º9.71%40.39%-
XYZ12.2212.9812.22-
YUV100.69123.66129.65-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.68%
GREEN value IS 101 (39.84% from 255) = 34.01%
BLUE value IS 93 (36.72% from 255) = 31.31%
R=34.68%
G=34.01%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1031019300.020.100.60485.138.43
Hex67655D02A3C30526
Octal14714513502127460546
Binary1100111110010110111010101010111100110000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67655D; }

 p { color: rgb(103,101,93); }

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

<style>
 a { background-color: #67655D; }

 a { background-color: rgb(103,101,93); }

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

<style>
 span { border-color: #67655D; }

 span { border-color: rgb(103,101,93); }

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