Shades of Dark Brown #633C1B
Tints of Dark Brown #633C1B
RGB
CMYK
RGB Variations
Color information
#633C1B (or 0x633C1B) is known color: Dark Brown. HEX triplet: 63, 3C and 1B. RGB value is (99,60,27). Sum of RGB (Red+Green+Blue) = 99+60+27=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #633C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633C1B is #9CC3E4. Grayscale: #444444. Windows color (decimal): -10273765 or 1784931. OLE color: 1784931.
HSL color Cylindrical-coordinate representation of color #633C1B: hue angle of 27.5º 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 #633C1B is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 60 | 27 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.61 |
| HSL | 27.5º | 0.57% | 0.25% | - |
| HSV(B) | 27.5º | 0.73% | 0.39% | - |
| XYZ | 6.96 | 5.96 | 1.82 | - |
| YUV | 67.9 | 104.92 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 60 | 27 | 0 | 0.39 | 0.73 | 0.61 | 27.5 | 0.57 | 0.25 |
| Hex | 63 | 3C | 1B | 0 | 27 | 49 | 3D | 1C | 39 | 19 |
| Octal | 143 | 74 | 33 | 0 | 47 | 111 | 75 | 34 | 71 | 31 |
| Binary | 1100011 | 111100 | 11011 | 0 | 100111 | 1001001 | 111101 | 11100 | 111001 | 11001 |
Color Harmonies of #633C1B
Complementary color
Monochromatic Colors of #633C1B
Black with #633C1B
Text Example
Text Example
White with #633C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633C1B; }
p { color: rgb(99,60,27); }
H1.HeaderClassName
{
color: #633C1B;
}
.AnyTagClassName
{
color: #633C1B;
}
</style>
background-color css
<style>
a { background-color: #633C1B; }
a { background-color: rgb(99,60,27); }
div.DivClassName
{
background-color: #633C1B;
}
.BgClassName
{
background-color: #633C1B;
}
</style>
border-color css
<style>
span { border-color: #633C1B; }
span { border-color: rgb(99,60,27); }
td.TdClassName
{
border-color: #633C1B;
}
.TagClassName
{
border-color: #633C1B;
}
</style>