Shades of Salt Box #696368
Tints of Salt Box #696368
RGB
CMYK
RGB Variations
Color information
#696368 (or 0x696368) is known color: Salt Box. HEX triplet: 69, 63 and 68. RGB value is (105,99,104). Sum of RGB (Red+Green+Blue) = 105+99+104=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 105 - color contains mainly: red. Hex color #696368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696368 is #969C97. Grayscale: #656565. Windows color (decimal): -9870488 or 6841193. OLE color: 6841193.
HSL color Cylindrical-coordinate representation of color #696368: hue angle of 310º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #696368 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 99 | 104 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.59 |
| HSL | 310º | 0.03% | 0.4% | - |
| HSV(B) | 310º | 0.06% | 0.41% | - |
| XYZ | 12.79 | 12.93 | 14.92 | - |
| YUV | 101.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 99 | 104 | 0 | 0.06 | 0.01 | 0.59 | 310 | 0.03 | 0.4 |
| Hex | 69 | 63 | 68 | 0 | 6 | 1 | 3B | 136 | 3 | 28 |
| Octal | 151 | 143 | 150 | 0 | 6 | 1 | 73 | 466 | 3 | 50 |
| Binary | 1101001 | 1100011 | 1101000 | 0 | 110 | 1 | 111011 | 100110110 | 11 | 101000 |
Color Harmonies of #696368
Complementary color
Monochromatic Colors of #696368
Black with #696368
Text Example
Text Example
White with #696368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696368; }
p { color: rgb(105,99,104); }
H1.HeaderClassName
{
color: #696368;
}
.AnyTagClassName
{
color: #696368;
}
</style>
background-color css
<style>
a { background-color: #696368; }
a { background-color: rgb(105,99,104); }
div.DivClassName
{
background-color: #696368;
}
.BgClassName
{
background-color: #696368;
}
</style>
border-color css
<style>
span { border-color: #696368; }
span { border-color: rgb(105,99,104); }
td.TdClassName
{
border-color: #696368;
}
.TagClassName
{
border-color: #696368;
}
</style>