Shades of Dark Brown #633C1E
Tints of Dark Brown #633C1E
RGB
CMYK
RGB Variations
Color information
#633C1E (or 0x633C1E) is known color: Dark Brown. HEX triplet: 63, 3C and 1E. RGB value is (99,60,30). Sum of RGB (Red+Green+Blue) = 99+60+30=189 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.38% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 99 - color contains mainly: red. Hex color #633C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633C1E is #9CC3E1. Grayscale: #444444. Windows color (decimal): -10273762 or 1981539. OLE color: 1981539.
HSL color Cylindrical-coordinate representation of color #633C1E: hue angle of 26.09º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #633C1E is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 60 | 30 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.61 |
| HSL | 26.09º | 0.53% | 0.25% | - |
| HSV(B) | 26.09º | 0.7% | 0.39% | - |
| XYZ | 7 | 5.98 | 2.01 | - |
| YUV | 68.24 | 106.42 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 60 | 30 | 0 | 0.39 | 0.70 | 0.61 | 26.09 | 0.53 | 0.25 |
| Hex | 63 | 3C | 1E | 0 | 27 | 46 | 3D | 1A | 35 | 19 |
| Octal | 143 | 74 | 36 | 0 | 47 | 106 | 75 | 32 | 65 | 31 |
| Binary | 1100011 | 111100 | 11110 | 0 | 100111 | 1000110 | 111101 | 11010 | 110101 | 11001 |
Color Harmonies of #633C1E
Complementary color
Monochromatic Colors of #633C1E
Black with #633C1E
Text Example
Text Example
White with #633C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633C1E; }
p { color: rgb(99,60,30); }
H1.HeaderClassName
{
color: #633C1E;
}
.AnyTagClassName
{
color: #633C1E;
}
</style>
background-color css
<style>
a { background-color: #633C1E; }
a { background-color: rgb(99,60,30); }
div.DivClassName
{
background-color: #633C1E;
}
.BgClassName
{
background-color: #633C1E;
}
</style>
border-color css
<style>
span { border-color: #633C1E; }
span { border-color: rgb(99,60,30); }
td.TdClassName
{
border-color: #633C1E;
}
.TagClassName
{
border-color: #633C1E;
}
</style>