Shades of Dark Brown #633C19
Tints of Dark Brown #633C19
RGB
CMYK
RGB Variations
Color information
#633C19 (or 0x633C19) is known color: Dark Brown. HEX triplet: 63, 3C and 19. RGB value is (99,60,25). Sum of RGB (Red+Green+Blue) = 99+60+25=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #633C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633C19 is #9CC3E6. Grayscale: #434343. Windows color (decimal): -10273767 or 1653859. OLE color: 1653859.
HSL color Cylindrical-coordinate representation of color #633C19: hue angle of 28.38º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #633C19 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 60 | 25 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.61 |
| HSL | 28.38º | 0.6% | 0.24% | - |
| HSV(B) | 28.38º | 0.75% | 0.39% | - |
| XYZ | 6.94 | 5.95 | 1.7 | - |
| YUV | 67.67 | 103.92 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 60 | 25 | 0 | 0.39 | 0.75 | 0.61 | 28.38 | 0.6 | 0.24 |
| Hex | 63 | 3C | 19 | 0 | 27 | 4B | 3D | 1C | 3C | 18 |
| Octal | 143 | 74 | 31 | 0 | 47 | 113 | 75 | 34 | 74 | 30 |
| Binary | 1100011 | 111100 | 11001 | 0 | 100111 | 1001011 | 111101 | 11100 | 111100 | 11000 |
Color Harmonies of #633C19
Complementary color
Monochromatic Colors of #633C19
Black with #633C19
Text Example
Text Example
White with #633C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633C19; }
p { color: rgb(99,60,25); }
H1.HeaderClassName
{
color: #633C19;
}
.AnyTagClassName
{
color: #633C19;
}
</style>
background-color css
<style>
a { background-color: #633C19; }
a { background-color: rgb(99,60,25); }
div.DivClassName
{
background-color: #633C19;
}
.BgClassName
{
background-color: #633C19;
}
</style>
border-color css
<style>
span { border-color: #633C19; }
span { border-color: rgb(99,60,25); }
td.TdClassName
{
border-color: #633C19;
}
.TagClassName
{
border-color: #633C19;
}
</style>