Shades of Storm Dust #67655C
Tints of Storm Dust #67655C
RGB
CMYK
RGB Variations
Color information
#67655C (or 0x67655C) is known color: Storm Dust. HEX triplet: 67, 65 and 5C. RGB value is (103,101,92). Sum of RGB (Red+Green+Blue) = 103+101+92=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 103 - color contains mainly: red. Hex color #67655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67655C is #989AA3. Grayscale: #646464. Windows color (decimal): -10001060 or 6055271. OLE color: 6055271.
HSL color Cylindrical-coordinate representation of color #67655C: hue angle of 49.09º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #67655C is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 101 | 92 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.60 |
| HSL | 49.09º | 0.06% | 0.38% | - |
| HSV(B) | 49.09º | 0.11% | 0.4% | - |
| XYZ | 12.18 | 12.96 | 11.99 | - |
| YUV | 100.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 101 | 92 | 0 | 0.02 | 0.11 | 0.60 | 49.09 | 0.06 | 0.38 |
| Hex | 67 | 65 | 5C | 0 | 2 | B | 3C | 31 | 6 | 26 |
| Octal | 147 | 145 | 134 | 0 | 2 | 13 | 74 | 61 | 6 | 46 |
| Binary | 1100111 | 1100101 | 1011100 | 0 | 10 | 1011 | 111100 | 110001 | 110 | 100110 |
Color Harmonies of #67655C
Complementary color
Monochromatic Colors of #67655C
Black with #67655C
Text Example
Text Example
White with #67655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67655C; }
p { color: rgb(103,101,92); }
H1.HeaderClassName
{
color: #67655C;
}
.AnyTagClassName
{
color: #67655C;
}
</style>
background-color css
<style>
a { background-color: #67655C; }
a { background-color: rgb(103,101,92); }
div.DivClassName
{
background-color: #67655C;
}
.BgClassName
{
background-color: #67655C;
}
</style>
border-color css
<style>
span { border-color: #67655C; }
span { border-color: rgb(103,101,92); }
td.TdClassName
{
border-color: #67655C;
}
.TagClassName
{
border-color: #67655C;
}
</style>