Shades of Judge Grey #635945
Tints of Judge Grey #635945
RGB
CMYK
RGB Variations
Color information
#635945 (or 0x635945) is known color: Judge Grey. HEX triplet: 63, 59 and 45. RGB value is (99,89,69). Sum of RGB (Red+Green+Blue) = 99+89+69=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 99 - color contains mainly: red. Hex color #635945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635945 is #9CA6BA. Grayscale: #595959. Windows color (decimal): -10266299 or 4544867. OLE color: 4544867.
HSL color Cylindrical-coordinate representation of color #635945: hue angle of 40º 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 #635945 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 89 | 69 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.61 |
| HSL | 40º | 0.18% | 0.33% | - |
| HSV(B) | 40º | 0.3% | 0.39% | - |
| XYZ | 9.79 | 10.23 | 7.09 | - |
| YUV | 89.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 89 | 69 | 0 | 0.10 | 0.30 | 0.61 | 40 | 0.18 | 0.33 |
| Hex | 63 | 59 | 45 | 0 | A | 1E | 3D | 28 | 12 | 21 |
| Octal | 143 | 131 | 105 | 0 | 12 | 36 | 75 | 50 | 22 | 41 |
| Binary | 1100011 | 1011001 | 1000101 | 0 | 1010 | 11110 | 111101 | 101000 | 10010 | 100001 |
Color Harmonies of #635945
Complementary color
Monochromatic Colors of #635945
Black with #635945
Text Example
Text Example
White with #635945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635945; }
p { color: rgb(99,89,69); }
H1.HeaderClassName
{
color: #635945;
}
.AnyTagClassName
{
color: #635945;
}
</style>
background-color css
<style>
a { background-color: #635945; }
a { background-color: rgb(99,89,69); }
div.DivClassName
{
background-color: #635945;
}
.BgClassName
{
background-color: #635945;
}
</style>
border-color css
<style>
span { border-color: #635945; }
span { border-color: rgb(99,89,69); }
td.TdClassName
{
border-color: #635945;
}
.TagClassName
{
border-color: #635945;
}
</style>