Shades of Salt Box #6D636A
Tints of Salt Box #6D636A
RGB
CMYK
RGB Variations
Color information
#6D636A (or 0x6D636A) is known color: Salt Box. HEX triplet: 6D, 63 and 6A. RGB value is (109,99,106). Sum of RGB (Red+Green+Blue) = 109+99+106=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 109 - color contains mainly: red. Hex color #6D636A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D636A is #929C95. Grayscale: #666666. Windows color (decimal): -9608342 or 6972269. OLE color: 6972269.
HSL color Cylindrical-coordinate representation of color #6D636A: hue angle of 318º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6D636A is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 99 | 106 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.57 |
| HSL | 318º | 0.05% | 0.41% | - |
| HSV(B) | 318º | 0.09% | 0.43% | - |
| XYZ | 13.37 | 13.22 | 15.48 | - |
| YUV | 102.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 99 | 106 | 0 | 0.09 | 0.03 | 0.57 | 318 | 0.05 | 0.41 |
| Hex | 6D | 63 | 6A | 0 | 9 | 3 | 39 | 13E | 5 | 29 |
| Octal | 155 | 143 | 152 | 0 | 11 | 3 | 71 | 476 | 5 | 51 |
| Binary | 1101101 | 1100011 | 1101010 | 0 | 1001 | 11 | 111001 | 100111110 | 101 | 101001 |
Color Harmonies of #6D636A
Complementary color
Monochromatic Colors of #6D636A
Black with #6D636A
Text Example
Text Example
White with #6D636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D636A; }
p { color: rgb(109,99,106); }
H1.HeaderClassName
{
color: #6D636A;
}
.AnyTagClassName
{
color: #6D636A;
}
</style>
background-color css
<style>
a { background-color: #6D636A; }
a { background-color: rgb(109,99,106); }
div.DivClassName
{
background-color: #6D636A;
}
.BgClassName
{
background-color: #6D636A;
}
</style>
border-color css
<style>
span { border-color: #6D636A; }
span { border-color: rgb(109,99,106); }
td.TdClassName
{
border-color: #6D636A;
}
.TagClassName
{
border-color: #6D636A;
}
</style>