Shades of Storm Dust #67655F
Tints of Storm Dust #67655F
RGB
CMYK
RGB Variations
Color information
#67655F (or 0x67655F) is known color: Storm Dust. HEX triplet: 67, 65 and 5F. RGB value is (103,101,95). Sum of RGB (Red+Green+Blue) = 103+101+95=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 103 - color contains mainly: red. Hex color #67655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67655F is #989AA0. Grayscale: #646464. Windows color (decimal): -10001057 or 6251879. OLE color: 6251879.
HSL color Cylindrical-coordinate representation of color #67655F: hue angle of 45º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #67655F is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 101 | 95 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.60 |
| HSL | 45º | 0.04% | 0.39% | - |
| HSV(B) | 45º | 0.08% | 0.4% | - |
| XYZ | 12.31 | 13.02 | 12.69 | - |
| YUV | 100.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 101 | 95 | 0 | 0.02 | 0.08 | 0.60 | 45 | 0.04 | 0.39 |
| Hex | 67 | 65 | 5F | 0 | 2 | 8 | 3C | 2D | 4 | 27 |
| Octal | 147 | 145 | 137 | 0 | 2 | 10 | 74 | 55 | 4 | 47 |
| Binary | 1100111 | 1100101 | 1011111 | 0 | 10 | 1000 | 111100 | 101101 | 100 | 100111 |
Color Harmonies of #67655F
Complementary color
Monochromatic Colors of #67655F
Black with #67655F
Text Example
Text Example
White with #67655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67655F; }
p { color: rgb(103,101,95); }
H1.HeaderClassName
{
color: #67655F;
}
.AnyTagClassName
{
color: #67655F;
}
</style>
background-color css
<style>
a { background-color: #67655F; }
a { background-color: rgb(103,101,95); }
div.DivClassName
{
background-color: #67655F;
}
.BgClassName
{
background-color: #67655F;
}
</style>
border-color css
<style>
span { border-color: #67655F; }
span { border-color: rgb(103,101,95); }
td.TdClassName
{
border-color: #67655F;
}
.TagClassName
{
border-color: #67655F;
}
</style>