Shades of Judge Grey #635849
Tints of Judge Grey #635849
RGB
CMYK
RGB Variations
Color information
#635849 (or 0x635849) is known color: Judge Grey. HEX triplet: 63, 58 and 49. RGB value is (99,88,73). Sum of RGB (Red+Green+Blue) = 99+88+73=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 99 - color contains mainly: red. Hex color #635849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635849 is #9CA7B6. Grayscale: #595959. Windows color (decimal): -10266551 or 4806755. OLE color: 4806755.
HSL color Cylindrical-coordinate representation of color #635849: hue angle of 34.62º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #635849 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 88 | 73 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.61 |
| HSL | 34.62º | 0.15% | 0.34% | - |
| HSV(B) | 34.62º | 0.26% | 0.39% | - |
| XYZ | 9.84 | 10.11 | 7.74 | - |
| YUV | 89.58 | 118.64 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 88 | 73 | 0 | 0.11 | 0.26 | 0.61 | 34.62 | 0.15 | 0.34 |
| Hex | 63 | 58 | 49 | 0 | B | 1A | 3D | 23 | F | 22 |
| Octal | 143 | 130 | 111 | 0 | 13 | 32 | 75 | 43 | 17 | 42 |
| Binary | 1100011 | 1011000 | 1001001 | 0 | 1011 | 11010 | 111101 | 100011 | 1111 | 100010 |
Color Harmonies of #635849
Complementary color
Monochromatic Colors of #635849
Black with #635849
Text Example
Text Example
White with #635849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635849; }
p { color: rgb(99,88,73); }
H1.HeaderClassName
{
color: #635849;
}
.AnyTagClassName
{
color: #635849;
}
</style>
background-color css
<style>
a { background-color: #635849; }
a { background-color: rgb(99,88,73); }
div.DivClassName
{
background-color: #635849;
}
.BgClassName
{
background-color: #635849;
}
</style>
border-color css
<style>
span { border-color: #635849; }
span { border-color: rgb(99,88,73); }
td.TdClassName
{
border-color: #635849;
}
.TagClassName
{
border-color: #635849;
}
</style>