Shades of Dark Brown #65461D
Tints of Dark Brown #65461D
RGB
CMYK
RGB Variations
Color information
#65461D (or 0x65461D) is known color: Dark Brown. HEX triplet: 65, 46 and 1D. RGB value is (101,70,29). Sum of RGB (Red+Green+Blue) = 101+70+29=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #65461D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65461D is #9AB9E2. Grayscale: #4A4A4A. Windows color (decimal): -10140131 or 1918565. OLE color: 1918565.
HSL color Cylindrical-coordinate representation of color #65461D: hue angle of 34.17º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #65461D is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 70 | 29 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.60 |
| HSL | 34.17º | 0.55% | 0.25% | - |
| HSV(B) | 34.17º | 0.71% | 0.4% | - |
| XYZ | 7.78 | 7.24 | 2.15 | - |
| YUV | 74.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 70 | 29 | 0 | 0.31 | 0.71 | 0.60 | 34.17 | 0.55 | 0.25 |
| Hex | 65 | 46 | 1D | 0 | 1F | 47 | 3C | 22 | 37 | 19 |
| Octal | 145 | 106 | 35 | 0 | 37 | 107 | 74 | 42 | 67 | 31 |
| Binary | 1100101 | 1000110 | 11101 | 0 | 11111 | 1000111 | 111100 | 100010 | 110111 | 11001 |
Color Harmonies of #65461D
Complementary color
Monochromatic Colors of #65461D
Black with #65461D
Text Example
Text Example
White with #65461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65461D; }
p { color: rgb(101,70,29); }
H1.HeaderClassName
{
color: #65461D;
}
.AnyTagClassName
{
color: #65461D;
}
</style>
background-color css
<style>
a { background-color: #65461D; }
a { background-color: rgb(101,70,29); }
div.DivClassName
{
background-color: #65461D;
}
.BgClassName
{
background-color: #65461D;
}
</style>
border-color css
<style>
span { border-color: #65461D; }
span { border-color: rgb(101,70,29); }
td.TdClassName
{
border-color: #65461D;
}
.TagClassName
{
border-color: #65461D;
}
</style>