Shades of Judge Grey #635443
Tints of Judge Grey #635443
RGB
CMYK
RGB Variations
Color information
#635443 (or 0x635443) is known color: Judge Grey. HEX triplet: 63, 54 and 43. RGB value is (99,84,67). Sum of RGB (Red+Green+Blue) = 99+84+67=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 99 - color contains mainly: red. Hex color #635443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635443 is #9CABBC. Grayscale: #565656. Windows color (decimal): -10267581 or 4412515. OLE color: 4412515.
HSL color Cylindrical-coordinate representation of color #635443: hue angle of 31.88º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #635443 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 84 | 67 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.61 |
| HSL | 31.88º | 0.19% | 0.33% | - |
| HSV(B) | 31.88º | 0.32% | 0.39% | - |
| XYZ | 9.33 | 9.4 | 6.63 | - |
| YUV | 86.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 84 | 67 | 0 | 0.15 | 0.32 | 0.61 | 31.88 | 0.19 | 0.33 |
| Hex | 63 | 54 | 43 | 0 | F | 20 | 3D | 20 | 13 | 21 |
| Octal | 143 | 124 | 103 | 0 | 17 | 40 | 75 | 40 | 23 | 41 |
| Binary | 1100011 | 1010100 | 1000011 | 0 | 1111 | 100000 | 111101 | 100000 | 10011 | 100001 |
Color Harmonies of #635443
Complementary color
Monochromatic Colors of #635443
Black with #635443
Text Example
Text Example
White with #635443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635443; }
p { color: rgb(99,84,67); }
H1.HeaderClassName
{
color: #635443;
}
.AnyTagClassName
{
color: #635443;
}
</style>
background-color css
<style>
a { background-color: #635443; }
a { background-color: rgb(99,84,67); }
div.DivClassName
{
background-color: #635443;
}
.BgClassName
{
background-color: #635443;
}
</style>
border-color css
<style>
span { border-color: #635443; }
span { border-color: rgb(99,84,67); }
td.TdClassName
{
border-color: #635443;
}
.TagClassName
{
border-color: #635443;
}
</style>