Shades of Congo Brown #65453E
Tints of Congo Brown #65453E
RGB
CMYK
RGB Variations
Color information
#65453E (or 0x65453E) is known color: Congo Brown. HEX triplet: 65, 45 and 3E. RGB value is (101,69,62). Sum of RGB (Red+Green+Blue) = 101+69+62=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 101 - color contains mainly: red. Hex color #65453E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65453E is #9ABAC1. Grayscale: #4D4D4D. Windows color (decimal): -10140354 or 4080997. OLE color: 4080997.
HSL color Cylindrical-coordinate representation of color #65453E: hue angle of 10.77º 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 #65453E is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 69 | 62 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.60 |
| HSL | 10.77º | 0.24% | 0.32% | - |
| HSV(B) | 10.77º | 0.39% | 0.4% | - |
| XYZ | 8.36 | 7.37 | 5.54 | - |
| YUV | 77.77 | 119.1 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 62 | 0 | 0.32 | 0.39 | 0.60 | 10.77 | 0.24 | 0.32 |
| Hex | 65 | 45 | 3E | 0 | 20 | 27 | 3C | B | 18 | 20 |
| Octal | 145 | 105 | 76 | 0 | 40 | 47 | 74 | 13 | 30 | 40 |
| Binary | 1100101 | 1000101 | 111110 | 0 | 100000 | 100111 | 111100 | 1011 | 11000 | 100000 |
Color Harmonies of #65453E
Complementary color
Monochromatic Colors of #65453E
Black with #65453E
Text Example
Text Example
White with #65453E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65453E; }
p { color: rgb(101,69,62); }
H1.HeaderClassName
{
color: #65453E;
}
.AnyTagClassName
{
color: #65453E;
}
</style>
background-color css
<style>
a { background-color: #65453E; }
a { background-color: rgb(101,69,62); }
div.DivClassName
{
background-color: #65453E;
}
.BgClassName
{
background-color: #65453E;
}
</style>
border-color css
<style>
span { border-color: #65453E; }
span { border-color: rgb(101,69,62); }
td.TdClassName
{
border-color: #65453E;
}
.TagClassName
{
border-color: #65453E;
}
</style>