Shades of Judge Grey #65533C
Tints of Judge Grey #65533C
RGB
CMYK
RGB Variations
Color information
#65533C (or 0x65533C) is known color: Judge Grey. HEX triplet: 65, 53 and 3C. RGB value is (101,83,60). Sum of RGB (Red+Green+Blue) = 101+83+60=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 101 - color contains mainly: red. Hex color #65533C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65533C is #9AACC3. Grayscale: #555555. Windows color (decimal): -10136772 or 3953509. OLE color: 3953509.
HSL color Cylindrical-coordinate representation of color #65533C: hue angle of 33.66º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65533C is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 83 | 60 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.60 |
| HSL | 33.66º | 0.25% | 0.32% | - |
| HSV(B) | 33.66º | 0.41% | 0.4% | - |
| XYZ | 9.28 | 9.28 | 5.58 | - |
| YUV | 85.76 | 113.46 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 60 | 0 | 0.18 | 0.41 | 0.60 | 33.66 | 0.25 | 0.32 |
| Hex | 65 | 53 | 3C | 0 | 12 | 29 | 3C | 22 | 19 | 20 |
| Octal | 145 | 123 | 74 | 0 | 22 | 51 | 74 | 42 | 31 | 40 |
| Binary | 1100101 | 1010011 | 111100 | 0 | 10010 | 101001 | 111100 | 100010 | 11001 | 100000 |
Color Harmonies of #65533C
Complementary color
Monochromatic Colors of #65533C
Black with #65533C
Text Example
Text Example
White with #65533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65533C; }
p { color: rgb(101,83,60); }
H1.HeaderClassName
{
color: #65533C;
}
.AnyTagClassName
{
color: #65533C;
}
</style>
background-color css
<style>
a { background-color: #65533C; }
a { background-color: rgb(101,83,60); }
div.DivClassName
{
background-color: #65533C;
}
.BgClassName
{
background-color: #65533C;
}
</style>
border-color css
<style>
span { border-color: #65533C; }
span { border-color: rgb(101,83,60); }
td.TdClassName
{
border-color: #65533C;
}
.TagClassName
{
border-color: #65533C;
}
</style>