Shades of Judge Grey #655A45
Tints of Judge Grey #655A45
RGB
CMYK
RGB Variations
Color information
#655A45 (or 0x655A45) is known color: Judge Grey. HEX triplet: 65, 5A and 45. RGB value is (101,90,69). Sum of RGB (Red+Green+Blue) = 101+90+69=260 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.85% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 101 - color contains mainly: red. Hex color #655A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655A45 is #9AA5BA. Grayscale: #5A5A5A. Windows color (decimal): -10134971 or 4545125. OLE color: 4545125.
HSL color Cylindrical-coordinate representation of color #655A45: hue angle of 39.38º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #655A45 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 90 | 69 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.60 |
| HSL | 39.38º | 0.19% | 0.33% | - |
| HSV(B) | 39.38º | 0.32% | 0.4% | - |
| XYZ | 10.1 | 10.51 | 7.13 | - |
| YUV | 90.9 | 115.64 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 69 | 0 | 0.11 | 0.32 | 0.60 | 39.38 | 0.19 | 0.33 |
| Hex | 65 | 5A | 45 | 0 | B | 20 | 3C | 27 | 13 | 21 |
| Octal | 145 | 132 | 105 | 0 | 13 | 40 | 74 | 47 | 23 | 41 |
| Binary | 1100101 | 1011010 | 1000101 | 0 | 1011 | 100000 | 111100 | 100111 | 10011 | 100001 |
Color Harmonies of #655A45
Complementary color
Monochromatic Colors of #655A45
Black with #655A45
Text Example
Text Example
White with #655A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A45; }
p { color: rgb(101,90,69); }
H1.HeaderClassName
{
color: #655A45;
}
.AnyTagClassName
{
color: #655A45;
}
</style>
background-color css
<style>
a { background-color: #655A45; }
a { background-color: rgb(101,90,69); }
div.DivClassName
{
background-color: #655A45;
}
.BgClassName
{
background-color: #655A45;
}
</style>
border-color css
<style>
span { border-color: #655A45; }
span { border-color: rgb(101,90,69); }
td.TdClassName
{
border-color: #655A45;
}
.TagClassName
{
border-color: #655A45;
}
</style>