Shades of Judge Grey #665943
Tints of Judge Grey #665943
RGB
CMYK
RGB Variations
Color information
#665943 (or 0x665943) is known color: Judge Grey. HEX triplet: 66, 59 and 43. RGB value is (102,89,67). Sum of RGB (Red+Green+Blue) = 102+89+67=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 102 - color contains mainly: red. Hex color #665943 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665943 is #99A6BC. Grayscale: #5A5A5A. Windows color (decimal): -10069693 or 4413798. OLE color: 4413798.
HSL color Cylindrical-coordinate representation of color #665943: hue angle of 37.71º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #665943 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 89 | 67 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.6 |
| HSL | 37.71º | 0.21% | 0.33% | - |
| HSV(B) | 37.71º | 0.34% | 0.4% | - |
| XYZ | 10.06 | 10.37 | 6.78 | - |
| YUV | 90.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 89 | 67 | 0 | 0.13 | 0.34 | 0.6 | 37.71 | 0.21 | 0.33 |
| Hex | 66 | 59 | 43 | 0 | D | 22 | 3C | 26 | 15 | 21 |
| Octal | 146 | 131 | 103 | 0 | 15 | 42 | 74 | 46 | 25 | 41 |
| Binary | 1100110 | 1011001 | 1000011 | 0 | 1101 | 100010 | 111100 | 100110 | 10101 | 100001 |
Color Harmonies of #665943
Complementary color
Monochromatic Colors of #665943
Black with #665943
Text Example
Text Example
White with #665943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665943; }
p { color: rgb(102,89,67); }
H1.HeaderClassName
{
color: #665943;
}
.AnyTagClassName
{
color: #665943;
}
</style>
background-color css
<style>
a { background-color: #665943; }
a { background-color: rgb(102,89,67); }
div.DivClassName
{
background-color: #665943;
}
.BgClassName
{
background-color: #665943;
}
</style>
border-color css
<style>
span { border-color: #665943; }
span { border-color: rgb(102,89,67); }
td.TdClassName
{
border-color: #665943;
}
.TagClassName
{
border-color: #665943;
}
</style>