Shades of Dark Brown #633D1D
Tints of Dark Brown #633D1D
RGB
CMYK
RGB Variations
Color information
#633D1D (or 0x633D1D) is known color: Dark Brown. HEX triplet: 63, 3D and 1D. RGB value is (99,61,29). Sum of RGB (Red+Green+Blue) = 99+61+29=189 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.38% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 99 - color contains mainly: red. Hex color #633D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633D1D is #9CC2E2. Grayscale: #444444. Windows color (decimal): -10273507 or 1916259. OLE color: 1916259.
HSL color Cylindrical-coordinate representation of color #633D1D: hue angle of 27.43º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #633D1D is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 61 | 29 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.61 |
| HSL | 27.43º | 0.55% | 0.25% | - |
| HSV(B) | 27.43º | 0.71% | 0.39% | - |
| XYZ | 7.04 | 6.08 | 1.96 | - |
| YUV | 68.71 | 105.59 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 61 | 29 | 0 | 0.38 | 0.71 | 0.61 | 27.43 | 0.55 | 0.25 |
| Hex | 63 | 3D | 1D | 0 | 26 | 47 | 3D | 1B | 37 | 19 |
| Octal | 143 | 75 | 35 | 0 | 46 | 107 | 75 | 33 | 67 | 31 |
| Binary | 1100011 | 111101 | 11101 | 0 | 100110 | 1000111 | 111101 | 11011 | 110111 | 11001 |
Color Harmonies of #633D1D
Complementary color
Monochromatic Colors of #633D1D
Black with #633D1D
Text Example
Text Example
White with #633D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633D1D; }
p { color: rgb(99,61,29); }
H1.HeaderClassName
{
color: #633D1D;
}
.AnyTagClassName
{
color: #633D1D;
}
</style>
background-color css
<style>
a { background-color: #633D1D; }
a { background-color: rgb(99,61,29); }
div.DivClassName
{
background-color: #633D1D;
}
.BgClassName
{
background-color: #633D1D;
}
</style>
border-color css
<style>
span { border-color: #633D1D; }
span { border-color: rgb(99,61,29); }
td.TdClassName
{
border-color: #633D1D;
}
.TagClassName
{
border-color: #633D1D;
}
</style>