Shades of Judge Grey #66593E
Tints of Judge Grey #66593E
RGB
CMYK
RGB Variations
Color information
#66593E (or 0x66593E) is known color: Judge Grey. HEX triplet: 66, 59 and 3E. RGB value is (102,89,62). Sum of RGB (Red+Green+Blue) = 102+89+62=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #66593E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66593E is #99A6C1. Grayscale: #595959. Windows color (decimal): -10069698 or 4086118. OLE color: 4086118.
HSL color Cylindrical-coordinate representation of color #66593E: hue angle of 40.5º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66593E is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 89 | 62 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.6 |
| HSL | 40.5º | 0.24% | 0.32% | - |
| HSV(B) | 40.5º | 0.39% | 0.4% | - |
| XYZ | 9.92 | 10.32 | 6.03 | - |
| YUV | 89.81 | 112.31 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 89 | 62 | 0 | 0.13 | 0.39 | 0.6 | 40.5 | 0.24 | 0.32 |
| Hex | 66 | 59 | 3E | 0 | D | 27 | 3C | 28 | 18 | 20 |
| Octal | 146 | 131 | 76 | 0 | 15 | 47 | 74 | 50 | 30 | 40 |
| Binary | 1100110 | 1011001 | 111110 | 0 | 1101 | 100111 | 111100 | 101000 | 11000 | 100000 |
Color Harmonies of #66593E
Complementary color
Monochromatic Colors of #66593E
Black with #66593E
Text Example
Text Example
White with #66593E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66593E; }
p { color: rgb(102,89,62); }
H1.HeaderClassName
{
color: #66593E;
}
.AnyTagClassName
{
color: #66593E;
}
</style>
background-color css
<style>
a { background-color: #66593E; }
a { background-color: rgb(102,89,62); }
div.DivClassName
{
background-color: #66593E;
}
.BgClassName
{
background-color: #66593E;
}
</style>
border-color css
<style>
span { border-color: #66593E; }
span { border-color: rgb(102,89,62); }
td.TdClassName
{
border-color: #66593E;
}
.TagClassName
{
border-color: #66593E;
}
</style>