Shades of Judge Grey #65573D
Tints of Judge Grey #65573D
RGB
CMYK
RGB Variations
Color information
#65573D (or 0x65573D) is known color: Judge Grey. HEX triplet: 65, 57 and 3D. RGB value is (101,87,61). Sum of RGB (Red+Green+Blue) = 101+87+61=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 101 - color contains mainly: red. Hex color #65573D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65573D is #9AA8C2. Grayscale: #585858. Windows color (decimal): -10135747 or 4020069. OLE color: 4020069.
HSL color Cylindrical-coordinate representation of color #65573D: hue angle of 39º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65573D is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 87 | 61 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.60 |
| HSL | 39º | 0.25% | 0.32% | - |
| HSV(B) | 39º | 0.4% | 0.4% | - |
| XYZ | 9.62 | 9.92 | 5.82 | - |
| YUV | 88.22 | 112.64 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 87 | 61 | 0 | 0.14 | 0.40 | 0.60 | 39 | 0.25 | 0.32 |
| Hex | 65 | 57 | 3D | 0 | E | 28 | 3C | 27 | 19 | 20 |
| Octal | 145 | 127 | 75 | 0 | 16 | 50 | 74 | 47 | 31 | 40 |
| Binary | 1100101 | 1010111 | 111101 | 0 | 1110 | 101000 | 111100 | 100111 | 11001 | 100000 |
Color Harmonies of #65573D
Complementary color
Monochromatic Colors of #65573D
Black with #65573D
Text Example
Text Example
White with #65573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65573D; }
p { color: rgb(101,87,61); }
H1.HeaderClassName
{
color: #65573D;
}
.AnyTagClassName
{
color: #65573D;
}
</style>
background-color css
<style>
a { background-color: #65573D; }
a { background-color: rgb(101,87,61); }
div.DivClassName
{
background-color: #65573D;
}
.BgClassName
{
background-color: #65573D;
}
</style>
border-color css
<style>
span { border-color: #65573D; }
span { border-color: rgb(101,87,61); }
td.TdClassName
{
border-color: #65573D;
}
.TagClassName
{
border-color: #65573D;
}
</style>