Shades of Dark Brown #65441F
Tints of Dark Brown #65441F
RGB
CMYK
RGB Variations
Color information
#65441F (or 0x65441F) is known color: Dark Brown. HEX triplet: 65, 44 and 1F. RGB value is (101,68,31). Sum of RGB (Red+Green+Blue) = 101+68+31=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #65441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65441F is #9ABBE0. Grayscale: #494949. Windows color (decimal): -10140641 or 2049125. OLE color: 2049125.
HSL color Cylindrical-coordinate representation of color #65441F: hue angle of 31.71º 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 #65441F is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 68 | 31 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.60 |
| HSL | 31.71º | 0.53% | 0.26% | - |
| HSV(B) | 31.71º | 0.69% | 0.4% | - |
| XYZ | 7.68 | 7 | 2.24 | - |
| YUV | 73.65 | 103.93 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 68 | 31 | 0 | 0.33 | 0.69 | 0.60 | 31.71 | 0.53 | 0.26 |
| Hex | 65 | 44 | 1F | 0 | 21 | 45 | 3C | 20 | 35 | 1A |
| Octal | 145 | 104 | 37 | 0 | 41 | 105 | 74 | 40 | 65 | 32 |
| Binary | 1100101 | 1000100 | 11111 | 0 | 100001 | 1000101 | 111100 | 100000 | 110101 | 11010 |
Color Harmonies of #65441F
Complementary color
Monochromatic Colors of #65441F
Black with #65441F
Text Example
Text Example
White with #65441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65441F; }
p { color: rgb(101,68,31); }
H1.HeaderClassName
{
color: #65441F;
}
.AnyTagClassName
{
color: #65441F;
}
</style>
background-color css
<style>
a { background-color: #65441F; }
a { background-color: rgb(101,68,31); }
div.DivClassName
{
background-color: #65441F;
}
.BgClassName
{
background-color: #65441F;
}
</style>
border-color css
<style>
span { border-color: #65441F; }
span { border-color: rgb(101,68,31); }
td.TdClassName
{
border-color: #65441F;
}
.TagClassName
{
border-color: #65441F;
}
</style>