Shades of Dark Brown #653F1C
Tints of Dark Brown #653F1C
RGB
CMYK
RGB Variations
Color information
#653F1C (or 0x653F1C) is known color: Dark Brown. HEX triplet: 65, 3F and 1C. RGB value is (101,63,28). Sum of RGB (Red+Green+Blue) = 101+63+28=192 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.60% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 101 - color contains mainly: red. Hex color #653F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653F1C is #9AC0E3. Grayscale: #464646. Windows color (decimal): -10141924 or 1851237. OLE color: 1851237.
HSL color Cylindrical-coordinate representation of color #653F1C: hue angle of 28.77º 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 #653F1C is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 63 | 28 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.60 |
| HSL | 28.77º | 0.57% | 0.25% | - |
| HSV(B) | 28.77º | 0.72% | 0.4% | - |
| XYZ | 7.35 | 6.41 | 1.95 | - |
| YUV | 70.37 | 104.09 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 28 | 0 | 0.38 | 0.72 | 0.60 | 28.77 | 0.57 | 0.25 |
| Hex | 65 | 3F | 1C | 0 | 26 | 48 | 3C | 1D | 39 | 19 |
| Octal | 145 | 77 | 34 | 0 | 46 | 110 | 74 | 35 | 71 | 31 |
| Binary | 1100101 | 111111 | 11100 | 0 | 100110 | 1001000 | 111100 | 11101 | 111001 | 11001 |
Color Harmonies of #653F1C
Complementary color
Monochromatic Colors of #653F1C
Black with #653F1C
Text Example
Text Example
White with #653F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653F1C; }
p { color: rgb(101,63,28); }
H1.HeaderClassName
{
color: #653F1C;
}
.AnyTagClassName
{
color: #653F1C;
}
</style>
background-color css
<style>
a { background-color: #653F1C; }
a { background-color: rgb(101,63,28); }
div.DivClassName
{
background-color: #653F1C;
}
.BgClassName
{
background-color: #653F1C;
}
</style>
border-color css
<style>
span { border-color: #653F1C; }
span { border-color: rgb(101,63,28); }
td.TdClassName
{
border-color: #653F1C;
}
.TagClassName
{
border-color: #653F1C;
}
</style>