Shades of Dark Brown #65491F
Tints of Dark Brown #65491F
RGB
CMYK
RGB Variations
Color information
#65491F (or 0x65491F) is known color: Dark Brown. HEX triplet: 65, 49 and 1F. RGB value is (101,73,31). Sum of RGB (Red+Green+Blue) = 101+73+31=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #65491F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65491F is #9AB6E0. Grayscale: #4C4C4C. Windows color (decimal): -10139361 or 2050405. OLE color: 2050405.
HSL color Cylindrical-coordinate representation of color #65491F: hue angle of 36º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #65491F is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 73 | 31 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.60 |
| HSL | 36º | 0.53% | 0.26% | - |
| HSV(B) | 36º | 0.69% | 0.4% | - |
| XYZ | 8 | 7.63 | 2.35 | - |
| YUV | 76.58 | 102.28 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 31 | 0 | 0.28 | 0.69 | 0.60 | 36 | 0.53 | 0.26 |
| Hex | 65 | 49 | 1F | 0 | 1C | 45 | 3C | 24 | 35 | 1A |
| Octal | 145 | 111 | 37 | 0 | 34 | 105 | 74 | 44 | 65 | 32 |
| Binary | 1100101 | 1001001 | 11111 | 0 | 11100 | 1000101 | 111100 | 100100 | 110101 | 11010 |
Color Harmonies of #65491F
Complementary color
Monochromatic Colors of #65491F
Black with #65491F
Text Example
Text Example
White with #65491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65491F; }
p { color: rgb(101,73,31); }
H1.HeaderClassName
{
color: #65491F;
}
.AnyTagClassName
{
color: #65491F;
}
</style>
background-color css
<style>
a { background-color: #65491F; }
a { background-color: rgb(101,73,31); }
div.DivClassName
{
background-color: #65491F;
}
.BgClassName
{
background-color: #65491F;
}
</style>
border-color css
<style>
span { border-color: #65491F; }
span { border-color: rgb(101,73,31); }
td.TdClassName
{
border-color: #65491F;
}
.TagClassName
{
border-color: #65491F;
}
</style>