Shades of Dark Brown #653C1F
Tints of Dark Brown #653C1F
RGB
CMYK
RGB Variations
Color information
#653C1F (or 0x653C1F) is known color: Dark Brown. HEX triplet: 65, 3C and 1F. RGB value is (101,60,31). Sum of RGB (Red+Green+Blue) = 101+60+31=192 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.60% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 101 - color contains mainly: red. Hex color #653C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653C1F is #9AC3E0. Grayscale: #454545. Windows color (decimal): -10142689 or 2047077. OLE color: 2047077.
HSL color Cylindrical-coordinate representation of color #653C1F: hue angle of 24.86º 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 #653C1F is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 60 | 31 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.60 |
| HSL | 24.86º | 0.53% | 0.26% | - |
| HSV(B) | 24.86º | 0.69% | 0.4% | - |
| XYZ | 7.23 | 6.1 | 2.09 | - |
| YUV | 68.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 31 | 0 | 0.41 | 0.69 | 0.60 | 24.86 | 0.53 | 0.26 |
| Hex | 65 | 3C | 1F | 0 | 29 | 45 | 3C | 19 | 35 | 1A |
| Octal | 145 | 74 | 37 | 0 | 51 | 105 | 74 | 31 | 65 | 32 |
| Binary | 1100101 | 111100 | 11111 | 0 | 101001 | 1000101 | 111100 | 11001 | 110101 | 11010 |
Color Harmonies of #653C1F
Complementary color
Monochromatic Colors of #653C1F
Black with #653C1F
Text Example
Text Example
White with #653C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653C1F; }
p { color: rgb(101,60,31); }
H1.HeaderClassName
{
color: #653C1F;
}
.AnyTagClassName
{
color: #653C1F;
}
</style>
background-color css
<style>
a { background-color: #653C1F; }
a { background-color: rgb(101,60,31); }
div.DivClassName
{
background-color: #653C1F;
}
.BgClassName
{
background-color: #653C1F;
}
</style>
border-color css
<style>
span { border-color: #653C1F; }
span { border-color: rgb(101,60,31); }
td.TdClassName
{
border-color: #653C1F;
}
.TagClassName
{
border-color: #653C1F;
}
</style>