Shades of Dark Brown #633D1B
Tints of Dark Brown #633D1B
RGB
CMYK
RGB Variations
Color information
#633D1B (or 0x633D1B) is known color: Dark Brown. HEX triplet: 63, 3D and 1B. RGB value is (99,61,27). Sum of RGB (Red+Green+Blue) = 99+61+27=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #633D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633D1B is #9CC2E4. Grayscale: #444444. Windows color (decimal): -10273509 or 1785187. OLE color: 1785187.
HSL color Cylindrical-coordinate representation of color #633D1B: hue angle of 28.33º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #633D1B is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 61 | 27 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.61 |
| HSL | 28.33º | 0.57% | 0.25% | - |
| HSV(B) | 28.33º | 0.73% | 0.39% | - |
| XYZ | 7.01 | 6.07 | 1.84 | - |
| YUV | 68.49 | 104.59 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 61 | 27 | 0 | 0.38 | 0.73 | 0.61 | 28.33 | 0.57 | 0.25 |
| Hex | 63 | 3D | 1B | 0 | 26 | 49 | 3D | 1C | 39 | 19 |
| Octal | 143 | 75 | 33 | 0 | 46 | 111 | 75 | 34 | 71 | 31 |
| Binary | 1100011 | 111101 | 11011 | 0 | 100110 | 1001001 | 111101 | 11100 | 111001 | 11001 |
Color Harmonies of #633D1B
Complementary color
Monochromatic Colors of #633D1B
Black with #633D1B
Text Example
Text Example
White with #633D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633D1B; }
p { color: rgb(99,61,27); }
H1.HeaderClassName
{
color: #633D1B;
}
.AnyTagClassName
{
color: #633D1B;
}
</style>
background-color css
<style>
a { background-color: #633D1B; }
a { background-color: rgb(99,61,27); }
div.DivClassName
{
background-color: #633D1B;
}
.BgClassName
{
background-color: #633D1B;
}
</style>
border-color css
<style>
span { border-color: #633D1B; }
span { border-color: rgb(99,61,27); }
td.TdClassName
{
border-color: #633D1B;
}
.TagClassName
{
border-color: #633D1B;
}
</style>