Shades of Dark Brown #653F12
Tints of Dark Brown #653F12
RGB
CMYK
RGB Variations
Color information
#653F12 (or 0x653F12) is known color: Dark Brown. HEX triplet: 65, 3F and 12. RGB value is (101,63,18). Sum of RGB (Red+Green+Blue) = 101+63+18=182 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.49% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 101 - color contains mainly: red. Hex color #653F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653F12 is #9AC0ED. Grayscale: #454545. Windows color (decimal): -10141934 or 1195877. OLE color: 1195877.
HSL color Cylindrical-coordinate representation of color #653F12: hue angle of 32.53º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #653F12 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 63 | 18 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.60 |
| HSL | 32.53º | 0.7% | 0.23% | - |
| HSV(B) | 32.53º | 0.82% | 0.4% | - |
| XYZ | 7.25 | 6.37 | 1.42 | - |
| YUV | 69.23 | 99.09 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 18 | 0 | 0.38 | 0.82 | 0.60 | 32.53 | 0.7 | 0.23 |
| Hex | 65 | 3F | 12 | 0 | 26 | 52 | 3C | 21 | 46 | 17 |
| Octal | 145 | 77 | 22 | 0 | 46 | 122 | 74 | 41 | 106 | 27 |
| Binary | 1100101 | 111111 | 10010 | 0 | 100110 | 1010010 | 111100 | 100001 | 1000110 | 10111 |
Color Harmonies of #653F12
Complementary color
Monochromatic Colors of #653F12
Black with #653F12
Text Example
Text Example
White with #653F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653F12; }
p { color: rgb(101,63,18); }
H1.HeaderClassName
{
color: #653F12;
}
.AnyTagClassName
{
color: #653F12;
}
</style>
background-color css
<style>
a { background-color: #653F12; }
a { background-color: rgb(101,63,18); }
div.DivClassName
{
background-color: #653F12;
}
.BgClassName
{
background-color: #653F12;
}
</style>
border-color css
<style>
span { border-color: #653F12; }
span { border-color: rgb(101,63,18); }
td.TdClassName
{
border-color: #653F12;
}
.TagClassName
{
border-color: #653F12;
}
</style>