Shades of Storm Dust #67675E
Tints of Storm Dust #67675E
RGB
CMYK
RGB Variations
Color information
#67675E (or 0x67675E) is known color: Storm Dust. HEX triplet: 67, 67 and 5E. RGB value is (103,103,94). Sum of RGB (Red+Green+Blue) = 103+103+94=300 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.33% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 103 - color contains mainly: red, green. Hex color #67675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67675E is #9898A1. Grayscale: #666666. Windows color (decimal): -10000546 or 6186855. OLE color: 6186855.
HSL color Cylindrical-coordinate representation of color #67675E: hue angle of 60º 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 #67675E is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 103 | 94 | - |
| CMYK | 0 | 0 | 0.09 | 0.60 |
| HSL | 60º | 0.05% | 0.39% | - |
| HSV(B) | 60º | 0.09% | 0.4% | - |
| XYZ | 12.46 | 13.39 | 12.52 | - |
| YUV | 101.97 | 123.5 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 103 | 94 | 0 | 0 | 0.09 | 0.60 | 60 | 0.05 | 0.39 |
| Hex | 67 | 67 | 5E | 0 | 0 | 9 | 3C | 3C | 5 | 27 |
| Octal | 147 | 147 | 136 | 0 | 0 | 11 | 74 | 74 | 5 | 47 |
| Binary | 1100111 | 1100111 | 1011110 | 0 | 0 | 1001 | 111100 | 111100 | 101 | 100111 |
Color Harmonies of #67675E
Complementary color
Monochromatic Colors of #67675E
Black with #67675E
Text Example
Text Example
White with #67675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67675E; }
p { color: rgb(103,103,94); }
H1.HeaderClassName
{
color: #67675E;
}
.AnyTagClassName
{
color: #67675E;
}
</style>
background-color css
<style>
a { background-color: #67675E; }
a { background-color: rgb(103,103,94); }
div.DivClassName
{
background-color: #67675E;
}
.BgClassName
{
background-color: #67675E;
}
</style>
border-color css
<style>
span { border-color: #67675E; }
span { border-color: rgb(103,103,94); }
td.TdClassName
{
border-color: #67675E;
}
.TagClassName
{
border-color: #67675E;
}
</style>