Shades of Judge Grey #65553B
Tints of Judge Grey #65553B
RGB
CMYK
RGB Variations
Color information
#65553B (or 0x65553B) is known color: Judge Grey. HEX triplet: 65, 55 and 3B. RGB value is (101,85,59). Sum of RGB (Red+Green+Blue) = 101+85+59=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 101 - color contains mainly: red. Hex color #65553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65553B is #9AAAC4. Grayscale: #565656. Windows color (decimal): -10136261 or 3888485. OLE color: 3888485.
HSL color Cylindrical-coordinate representation of color #65553B: hue angle of 37.14º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65553B is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 85 | 59 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.60 |
| HSL | 37.14º | 0.26% | 0.31% | - |
| HSV(B) | 37.14º | 0.42% | 0.4% | - |
| XYZ | 9.4 | 9.58 | 5.49 | - |
| YUV | 86.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 59 | 0 | 0.16 | 0.42 | 0.60 | 37.14 | 0.26 | 0.31 |
| Hex | 65 | 55 | 3B | 0 | 10 | 2A | 3C | 25 | 1A | 1F |
| Octal | 145 | 125 | 73 | 0 | 20 | 52 | 74 | 45 | 32 | 37 |
| Binary | 1100101 | 1010101 | 111011 | 0 | 10000 | 101010 | 111100 | 100101 | 11010 | 11111 |
Color Harmonies of #65553B
Complementary color
Monochromatic Colors of #65553B
Black with #65553B
Text Example
Text Example
White with #65553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65553B; }
p { color: rgb(101,85,59); }
H1.HeaderClassName
{
color: #65553B;
}
.AnyTagClassName
{
color: #65553B;
}
</style>
background-color css
<style>
a { background-color: #65553B; }
a { background-color: rgb(101,85,59); }
div.DivClassName
{
background-color: #65553B;
}
.BgClassName
{
background-color: #65553B;
}
</style>
border-color css
<style>
span { border-color: #65553B; }
span { border-color: rgb(101,85,59); }
td.TdClassName
{
border-color: #65553B;
}
.TagClassName
{
border-color: #65553B;
}
</style>