Shades of Dark Brown #633C1A
Tints of Dark Brown #633C1A
RGB
CMYK
RGB Variations
Color information
#633C1A (or 0x633C1A) is known color: Dark Brown. HEX triplet: 63, 3C and 1A. RGB value is (99,60,26). Sum of RGB (Red+Green+Blue) = 99+60+26=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #633C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633C1A is #9CC3E5. Grayscale: #434343. Windows color (decimal): -10273766 or 1719395. OLE color: 1719395.
HSL color Cylindrical-coordinate representation of color #633C1A: hue angle of 27.95º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #633C1A is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 60 | 26 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.61 |
| HSL | 27.95º | 0.58% | 0.25% | - |
| HSV(B) | 27.95º | 0.74% | 0.39% | - |
| XYZ | 6.95 | 5.96 | 1.76 | - |
| YUV | 67.79 | 104.42 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 60 | 26 | 0 | 0.39 | 0.74 | 0.61 | 27.95 | 0.58 | 0.25 |
| Hex | 63 | 3C | 1A | 0 | 27 | 4A | 3D | 1C | 3A | 19 |
| Octal | 143 | 74 | 32 | 0 | 47 | 112 | 75 | 34 | 72 | 31 |
| Binary | 1100011 | 111100 | 11010 | 0 | 100111 | 1001010 | 111101 | 11100 | 111010 | 11001 |
Color Harmonies of #633C1A
Complementary color
Monochromatic Colors of #633C1A
Black with #633C1A
Text Example
Text Example
White with #633C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633C1A; }
p { color: rgb(99,60,26); }
H1.HeaderClassName
{
color: #633C1A;
}
.AnyTagClassName
{
color: #633C1A;
}
</style>
background-color css
<style>
a { background-color: #633C1A; }
a { background-color: rgb(99,60,26); }
div.DivClassName
{
background-color: #633C1A;
}
.BgClassName
{
background-color: #633C1A;
}
</style>
border-color css
<style>
span { border-color: #633C1A; }
span { border-color: rgb(99,60,26); }
td.TdClassName
{
border-color: #633C1A;
}
.TagClassName
{
border-color: #633C1A;
}
</style>