Shades of Dark Brown #653D1C
Tints of Dark Brown #653D1C
RGB
CMYK
RGB Variations
Color information
#653D1C (or 0x653D1C) is known color: Dark Brown. HEX triplet: 65, 3D and 1C. RGB value is (101,61,28). Sum of RGB (Red+Green+Blue) = 101+61+28=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #653D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653D1C is #9AC2E3. Grayscale: #454545. Windows color (decimal): -10142436 or 1850725. OLE color: 1850725.
HSL color Cylindrical-coordinate representation of color #653D1C: hue angle of 27.12º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #653D1C is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 61 | 28 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.60 |
| HSL | 27.12º | 0.57% | 0.25% | - |
| HSV(B) | 27.12º | 0.72% | 0.4% | - |
| XYZ | 7.25 | 6.19 | 1.91 | - |
| YUV | 69.2 | 104.75 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 28 | 0 | 0.40 | 0.72 | 0.60 | 27.12 | 0.57 | 0.25 |
| Hex | 65 | 3D | 1C | 0 | 28 | 48 | 3C | 1B | 39 | 19 |
| Octal | 145 | 75 | 34 | 0 | 50 | 110 | 74 | 33 | 71 | 31 |
| Binary | 1100101 | 111101 | 11100 | 0 | 101000 | 1001000 | 111100 | 11011 | 111001 | 11001 |
Color Harmonies of #653D1C
Complementary color
Monochromatic Colors of #653D1C
Black with #653D1C
Text Example
Text Example
White with #653D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653D1C; }
p { color: rgb(101,61,28); }
H1.HeaderClassName
{
color: #653D1C;
}
.AnyTagClassName
{
color: #653D1C;
}
</style>
background-color css
<style>
a { background-color: #653D1C; }
a { background-color: rgb(101,61,28); }
div.DivClassName
{
background-color: #653D1C;
}
.BgClassName
{
background-color: #653D1C;
}
</style>
border-color css
<style>
span { border-color: #653D1C; }
span { border-color: rgb(101,61,28); }
td.TdClassName
{
border-color: #653D1C;
}
.TagClassName
{
border-color: #653D1C;
}
</style>