Shades of Judge Grey #66573E
Tints of Judge Grey #66573E
RGB
CMYK
RGB Variations
Color information
#66573E (or 0x66573E) is known color: Judge Grey. HEX triplet: 66, 57 and 3E. RGB value is (102,87,62). Sum of RGB (Red+Green+Blue) = 102+87+62=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #66573E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66573E is #99A8C1. Grayscale: #585858. Windows color (decimal): -10070210 or 4085606. OLE color: 4085606.
HSL color Cylindrical-coordinate representation of color #66573E: hue angle of 37.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 #66573E is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 87 | 62 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.6 |
| HSL | 37.5º | 0.24% | 0.32% | - |
| HSV(B) | 37.5º | 0.39% | 0.4% | - |
| XYZ | 9.76 | 9.99 | 5.97 | - |
| YUV | 88.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 87 | 62 | 0 | 0.15 | 0.39 | 0.6 | 37.5 | 0.24 | 0.32 |
| Hex | 66 | 57 | 3E | 0 | F | 27 | 3C | 26 | 18 | 20 |
| Octal | 146 | 127 | 76 | 0 | 17 | 47 | 74 | 46 | 30 | 40 |
| Binary | 1100110 | 1010111 | 111110 | 0 | 1111 | 100111 | 111100 | 100110 | 11000 | 100000 |
Color Harmonies of #66573E
Complementary color
Monochromatic Colors of #66573E
Black with #66573E
Text Example
Text Example
White with #66573E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66573E; }
p { color: rgb(102,87,62); }
H1.HeaderClassName
{
color: #66573E;
}
.AnyTagClassName
{
color: #66573E;
}
</style>
background-color css
<style>
a { background-color: #66573E; }
a { background-color: rgb(102,87,62); }
div.DivClassName
{
background-color: #66573E;
}
.BgClassName
{
background-color: #66573E;
}
</style>
border-color css
<style>
span { border-color: #66573E; }
span { border-color: rgb(102,87,62); }
td.TdClassName
{
border-color: #66573E;
}
.TagClassName
{
border-color: #66573E;
}
</style>