Shades of Judge Grey #635743
Tints of Judge Grey #635743
RGB
CMYK
RGB Variations
Color information
#635743 (or 0x635743) is known color: Judge Grey. HEX triplet: 63, 57 and 43. RGB value is (99,87,67). Sum of RGB (Red+Green+Blue) = 99+87+67=253 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.13% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 99 - color contains mainly: red. Hex color #635743 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635743 is #9CA8BC. Grayscale: #585858. Windows color (decimal): -10266813 or 4413283. OLE color: 4413283.
HSL color Cylindrical-coordinate representation of color #635743: hue angle of 37.5º 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 #635743 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 87 | 67 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.61 |
| HSL | 37.5º | 0.19% | 0.33% | - |
| HSV(B) | 37.5º | 0.32% | 0.39% | - |
| XYZ | 9.57 | 9.87 | 6.71 | - |
| YUV | 88.31 | 115.98 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 87 | 67 | 0 | 0.12 | 0.32 | 0.61 | 37.5 | 0.19 | 0.33 |
| Hex | 63 | 57 | 43 | 0 | C | 20 | 3D | 26 | 13 | 21 |
| Octal | 143 | 127 | 103 | 0 | 14 | 40 | 75 | 46 | 23 | 41 |
| Binary | 1100011 | 1010111 | 1000011 | 0 | 1100 | 100000 | 111101 | 100110 | 10011 | 100001 |
Color Harmonies of #635743
Complementary color
Monochromatic Colors of #635743
Black with #635743
Text Example
Text Example
White with #635743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635743; }
p { color: rgb(99,87,67); }
H1.HeaderClassName
{
color: #635743;
}
.AnyTagClassName
{
color: #635743;
}
</style>
background-color css
<style>
a { background-color: #635743; }
a { background-color: rgb(99,87,67); }
div.DivClassName
{
background-color: #635743;
}
.BgClassName
{
background-color: #635743;
}
</style>
border-color css
<style>
span { border-color: #635743; }
span { border-color: rgb(99,87,67); }
td.TdClassName
{
border-color: #635743;
}
.TagClassName
{
border-color: #635743;
}
</style>