Shades of Dark Brown #65451D
Tints of Dark Brown #65451D
RGB
CMYK
RGB Variations
Color information
#65451D (or 0x65451D) is known color: Dark Brown. HEX triplet: 65, 45 and 1D. RGB value is (101,69,29). Sum of RGB (Red+Green+Blue) = 101+69+29=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #65451D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65451D is #9ABAE2. Grayscale: #4A4A4A. Windows color (decimal): -10140387 or 1918309. OLE color: 1918309.
HSL color Cylindrical-coordinate representation of color #65451D: hue angle of 33.33º 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 #65451D is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 69 | 29 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.60 |
| HSL | 33.33º | 0.55% | 0.25% | - |
| HSV(B) | 33.33º | 0.71% | 0.4% | - |
| XYZ | 7.72 | 7.11 | 2.13 | - |
| YUV | 74.01 | 102.6 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 29 | 0 | 0.32 | 0.71 | 0.60 | 33.33 | 0.55 | 0.25 |
| Hex | 65 | 45 | 1D | 0 | 20 | 47 | 3C | 21 | 37 | 19 |
| Octal | 145 | 105 | 35 | 0 | 40 | 107 | 74 | 41 | 67 | 31 |
| Binary | 1100101 | 1000101 | 11101 | 0 | 100000 | 1000111 | 111100 | 100001 | 110111 | 11001 |
Color Harmonies of #65451D
Complementary color
Monochromatic Colors of #65451D
Black with #65451D
Text Example
Text Example
White with #65451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65451D; }
p { color: rgb(101,69,29); }
H1.HeaderClassName
{
color: #65451D;
}
.AnyTagClassName
{
color: #65451D;
}
</style>
background-color css
<style>
a { background-color: #65451D; }
a { background-color: rgb(101,69,29); }
div.DivClassName
{
background-color: #65451D;
}
.BgClassName
{
background-color: #65451D;
}
</style>
border-color css
<style>
span { border-color: #65451D; }
span { border-color: rgb(101,69,29); }
td.TdClassName
{
border-color: #65451D;
}
.TagClassName
{
border-color: #65451D;
}
</style>