Shades of Dark Brown #65461E
Tints of Dark Brown #65461E
RGB
CMYK
RGB Variations
Color information
#65461E (or 0x65461E) is known color: Dark Brown. HEX triplet: 65, 46 and 1E. RGB value is (101,70,30). Sum of RGB (Red+Green+Blue) = 101+70+30=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #65461E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65461E is #9AB9E1. Grayscale: #4A4A4A. Windows color (decimal): -10140130 or 1984101. OLE color: 1984101.
HSL color Cylindrical-coordinate representation of color #65461E: hue angle of 33.8º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #65461E is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 70 | 30 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.60 |
| HSL | 33.8º | 0.54% | 0.26% | - |
| HSV(B) | 33.8º | 0.7% | 0.4% | - |
| XYZ | 7.79 | 7.24 | 2.22 | - |
| YUV | 74.71 | 102.77 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 70 | 30 | 0 | 0.31 | 0.70 | 0.60 | 33.8 | 0.54 | 0.26 |
| Hex | 65 | 46 | 1E | 0 | 1F | 46 | 3C | 22 | 36 | 1A |
| Octal | 145 | 106 | 36 | 0 | 37 | 106 | 74 | 42 | 66 | 32 |
| Binary | 1100101 | 1000110 | 11110 | 0 | 11111 | 1000110 | 111100 | 100010 | 110110 | 11010 |
Color Harmonies of #65461E
Complementary color
Monochromatic Colors of #65461E
Black with #65461E
Text Example
Text Example
White with #65461E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65461E; }
p { color: rgb(101,70,30); }
H1.HeaderClassName
{
color: #65461E;
}
.AnyTagClassName
{
color: #65461E;
}
</style>
background-color css
<style>
a { background-color: #65461E; }
a { background-color: rgb(101,70,30); }
div.DivClassName
{
background-color: #65461E;
}
.BgClassName
{
background-color: #65461E;
}
</style>
border-color css
<style>
span { border-color: #65461E; }
span { border-color: rgb(101,70,30); }
td.TdClassName
{
border-color: #65461E;
}
.TagClassName
{
border-color: #65461E;
}
</style>