Shades of Congo Brown #60463F
Tints of Congo Brown #60463F
RGB
CMYK
RGB Variations
Color information
#60463F (or 0x60463F) is known color: Congo Brown. HEX triplet: 60, 46 and 3F. RGB value is (96,70,63). Sum of RGB (Red+Green+Blue) = 96+70+63=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #60463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60463F is #9FB9C0. Grayscale: #4D4D4D. Windows color (decimal): -10467777 or 4146784. OLE color: 4146784.
HSL color Cylindrical-coordinate representation of color #60463F: hue angle of 12.73º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60463F is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 70 | 63 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.62 |
| HSL | 12.73º | 0.21% | 0.31% | - |
| HSV(B) | 12.73º | 0.34% | 0.38% | - |
| XYZ | 7.91 | 7.23 | 5.68 | - |
| YUV | 76.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 70 | 63 | 0 | 0.27 | 0.34 | 0.62 | 12.73 | 0.21 | 0.31 |
| Hex | 60 | 46 | 3F | 0 | 1B | 22 | 3E | D | 15 | 1F |
| Octal | 140 | 106 | 77 | 0 | 33 | 42 | 76 | 15 | 25 | 37 |
| Binary | 1100000 | 1000110 | 111111 | 0 | 11011 | 100010 | 111110 | 1101 | 10101 | 11111 |
Color Harmonies of #60463F
Complementary color
Monochromatic Colors of #60463F
Black with #60463F
Text Example
Text Example
White with #60463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60463F; }
p { color: rgb(96,70,63); }
H1.HeaderClassName
{
color: #60463F;
}
.AnyTagClassName
{
color: #60463F;
}
</style>
background-color css
<style>
a { background-color: #60463F; }
a { background-color: rgb(96,70,63); }
div.DivClassName
{
background-color: #60463F;
}
.BgClassName
{
background-color: #60463F;
}
</style>
border-color css
<style>
span { border-color: #60463F; }
span { border-color: rgb(96,70,63); }
td.TdClassName
{
border-color: #60463F;
}
.TagClassName
{
border-color: #60463F;
}
</style>