Shades of Congo Brown #65423F
Tints of Congo Brown #65423F
RGB
CMYK
RGB Variations
Color information
#65423F (or 0x65423F) is known color: Congo Brown. HEX triplet: 65, 42 and 3F. RGB value is (101,66,63). Sum of RGB (Red+Green+Blue) = 101+66+63=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 101 - color contains mainly: red. Hex color #65423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65423F is #9ABDC0. Grayscale: #4C4C4C. Windows color (decimal): -10141121 or 4145765. OLE color: 4145765.
HSL color Cylindrical-coordinate representation of color #65423F: hue angle of 4.74º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65423F is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 66 | 63 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.60 |
| HSL | 4.74º | 0.23% | 0.32% | - |
| HSV(B) | 4.74º | 0.38% | 0.4% | - |
| XYZ | 8.21 | 7.02 | 5.63 | - |
| YUV | 76.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 66 | 63 | 0 | 0.35 | 0.38 | 0.60 | 4.74 | 0.23 | 0.32 |
| Hex | 65 | 42 | 3F | 0 | 23 | 26 | 3C | 5 | 17 | 20 |
| Octal | 145 | 102 | 77 | 0 | 43 | 46 | 74 | 5 | 27 | 40 |
| Binary | 1100101 | 1000010 | 111111 | 0 | 100011 | 100110 | 111100 | 101 | 10111 | 100000 |
Color Harmonies of #65423F
Complementary color
Monochromatic Colors of #65423F
Black with #65423F
Text Example
Text Example
White with #65423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65423F; }
p { color: rgb(101,66,63); }
H1.HeaderClassName
{
color: #65423F;
}
.AnyTagClassName
{
color: #65423F;
}
</style>
background-color css
<style>
a { background-color: #65423F; }
a { background-color: rgb(101,66,63); }
div.DivClassName
{
background-color: #65423F;
}
.BgClassName
{
background-color: #65423F;
}
</style>
border-color css
<style>
span { border-color: #65423F; }
span { border-color: rgb(101,66,63); }
td.TdClassName
{
border-color: #65423F;
}
.TagClassName
{
border-color: #65423F;
}
</style>