Shades of Judge Grey #635745
Tints of Judge Grey #635745
RGB
CMYK
RGB Variations
Color information
#635745 (or 0x635745) is known color: Judge Grey. HEX triplet: 63, 57 and 45. RGB value is (99,87,69). Sum of RGB (Red+Green+Blue) = 99+87+69=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 99 - color contains mainly: red. Hex color #635745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635745 is #9CA8BA. Grayscale: #585858. Windows color (decimal): -10266811 or 4544355. OLE color: 4544355.
HSL color Cylindrical-coordinate representation of color #635745: hue angle of 36º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #635745 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 87 | 69 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.61 |
| HSL | 36º | 0.18% | 0.33% | - |
| HSV(B) | 36º | 0.3% | 0.39% | - |
| XYZ | 9.63 | 9.9 | 7.03 | - |
| YUV | 88.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 87 | 69 | 0 | 0.12 | 0.30 | 0.61 | 36 | 0.18 | 0.33 |
| Hex | 63 | 57 | 45 | 0 | C | 1E | 3D | 24 | 12 | 21 |
| Octal | 143 | 127 | 105 | 0 | 14 | 36 | 75 | 44 | 22 | 41 |
| Binary | 1100011 | 1010111 | 1000101 | 0 | 1100 | 11110 | 111101 | 100100 | 10010 | 100001 |
Color Harmonies of #635745
Complementary color
Monochromatic Colors of #635745
Black with #635745
Text Example
Text Example
White with #635745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635745; }
p { color: rgb(99,87,69); }
H1.HeaderClassName
{
color: #635745;
}
.AnyTagClassName
{
color: #635745;
}
</style>
background-color css
<style>
a { background-color: #635745; }
a { background-color: rgb(99,87,69); }
div.DivClassName
{
background-color: #635745;
}
.BgClassName
{
background-color: #635745;
}
</style>
border-color css
<style>
span { border-color: #635745; }
span { border-color: rgb(99,87,69); }
td.TdClassName
{
border-color: #635745;
}
.TagClassName
{
border-color: #635745;
}
</style>