Shades of Salt Box #63525E
Tints of Salt Box #63525E
RGB
CMYK
RGB Variations
Color information
#63525E (or 0x63525E) is known color: Salt Box. HEX triplet: 63, 52 and 5E. RGB value is (99,82,94). Sum of RGB (Red+Green+Blue) = 99+82+94=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 99 - color contains mainly: red. Hex color #63525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63525E is #9CADA1. Grayscale: #585858. Windows color (decimal): -10268066 or 6181475. OLE color: 6181475.
HSL color Cylindrical-coordinate representation of color #63525E: hue angle of 317.65º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #63525E is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 82 | 94 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.61 |
| HSL | 317.65º | 0.09% | 0.35% | - |
| HSV(B) | 317.65º | 0.17% | 0.39% | - |
| XYZ | 10.18 | 9.5 | 11.89 | - |
| YUV | 88.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 94 | 0 | 0.17 | 0.05 | 0.61 | 317.65 | 0.09 | 0.35 |
| Hex | 63 | 52 | 5E | 0 | 11 | 5 | 3D | 13E | 9 | 23 |
| Octal | 143 | 122 | 136 | 0 | 21 | 5 | 75 | 476 | 11 | 43 |
| Binary | 1100011 | 1010010 | 1011110 | 0 | 10001 | 101 | 111101 | 100111110 | 1001 | 100011 |
Color Harmonies of #63525E
Complementary color
Monochromatic Colors of #63525E
Black with #63525E
Text Example
Text Example
White with #63525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63525E; }
p { color: rgb(99,82,94); }
H1.HeaderClassName
{
color: #63525E;
}
.AnyTagClassName
{
color: #63525E;
}
</style>
background-color css
<style>
a { background-color: #63525E; }
a { background-color: rgb(99,82,94); }
div.DivClassName
{
background-color: #63525E;
}
.BgClassName
{
background-color: #63525E;
}
</style>
border-color css
<style>
span { border-color: #63525E; }
span { border-color: rgb(99,82,94); }
td.TdClassName
{
border-color: #63525E;
}
.TagClassName
{
border-color: #63525E;
}
</style>