Shades of Dark Brown #653D1F
Tints of Dark Brown #653D1F
RGB
CMYK
RGB Variations
Color information
#653D1F (or 0x653D1F) is known color: Dark Brown. HEX triplet: 65, 3D and 1F. RGB value is (101,61,31). Sum of RGB (Red+Green+Blue) = 101+61+31=193 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.33% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 101 - color contains mainly: red. Hex color #653D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653D1F is #9AC2E0. Grayscale: #454545. Windows color (decimal): -10142433 or 2047333. OLE color: 2047333.
HSL color Cylindrical-coordinate representation of color #653D1F: hue angle of 25.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 #653D1F is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 61 | 31 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.60 |
| HSL | 25.71º | 0.53% | 0.26% | - |
| HSV(B) | 25.71º | 0.69% | 0.4% | - |
| XYZ | 7.28 | 6.2 | 2.11 | - |
| YUV | 69.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 31 | 0 | 0.40 | 0.69 | 0.60 | 25.71 | 0.53 | 0.26 |
| Hex | 65 | 3D | 1F | 0 | 28 | 45 | 3C | 1A | 35 | 1A |
| Octal | 145 | 75 | 37 | 0 | 50 | 105 | 74 | 32 | 65 | 32 |
| Binary | 1100101 | 111101 | 11111 | 0 | 101000 | 1000101 | 111100 | 11010 | 110101 | 11010 |
Color Harmonies of #653D1F
Complementary color
Monochromatic Colors of #653D1F
Black with #653D1F
Text Example
Text Example
White with #653D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653D1F; }
p { color: rgb(101,61,31); }
H1.HeaderClassName
{
color: #653D1F;
}
.AnyTagClassName
{
color: #653D1F;
}
</style>
background-color css
<style>
a { background-color: #653D1F; }
a { background-color: rgb(101,61,31); }
div.DivClassName
{
background-color: #653D1F;
}
.BgClassName
{
background-color: #653D1F;
}
</style>
border-color css
<style>
span { border-color: #653D1F; }
span { border-color: rgb(101,61,31); }
td.TdClassName
{
border-color: #653D1F;
}
.TagClassName
{
border-color: #653D1F;
}
</style>