Shades of Judge Grey #635A47
Tints of Judge Grey #635A47
RGB
CMYK
RGB Variations
Color information
#635A47 (or 0x635A47) is known color: Judge Grey. HEX triplet: 63, 5A and 47. RGB value is (99,90,71). Sum of RGB (Red+Green+Blue) = 99+90+71=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 99 - color contains mainly: red. Hex color #635A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635A47 is #9CA5B8. Grayscale: #5A5A5A. Windows color (decimal): -10266041 or 4676195. OLE color: 4676195.
HSL color Cylindrical-coordinate representation of color #635A47: hue angle of 40.71º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #635A47 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 90 | 71 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.61 |
| HSL | 40.71º | 0.16% | 0.33% | - |
| HSV(B) | 40.71º | 0.28% | 0.39% | - |
| XYZ | 9.94 | 10.42 | 7.45 | - |
| YUV | 90.53 | 116.98 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 71 | 0 | 0.09 | 0.28 | 0.61 | 40.71 | 0.16 | 0.33 |
| Hex | 63 | 5A | 47 | 0 | 9 | 1C | 3D | 29 | 10 | 21 |
| Octal | 143 | 132 | 107 | 0 | 11 | 34 | 75 | 51 | 20 | 41 |
| Binary | 1100011 | 1011010 | 1000111 | 0 | 1001 | 11100 | 111101 | 101001 | 10000 | 100001 |
Color Harmonies of #635A47
Complementary color
Monochromatic Colors of #635A47
Black with #635A47
Text Example
Text Example
White with #635A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635A47; }
p { color: rgb(99,90,71); }
H1.HeaderClassName
{
color: #635A47;
}
.AnyTagClassName
{
color: #635A47;
}
</style>
background-color css
<style>
a { background-color: #635A47; }
a { background-color: rgb(99,90,71); }
div.DivClassName
{
background-color: #635A47;
}
.BgClassName
{
background-color: #635A47;
}
</style>
border-color css
<style>
span { border-color: #635A47; }
span { border-color: rgb(99,90,71); }
td.TdClassName
{
border-color: #635A47;
}
.TagClassName
{
border-color: #635A47;
}
</style>