Shades of Dark Brown #633E12
Tints of Dark Brown #633E12
RGB
CMYK
RGB Variations
Color information
#633E12 (or 0x633E12) is known color: Dark Brown. HEX triplet: 63, 3E and 12. RGB value is (99,62,18). Sum of RGB (Red+Green+Blue) = 99+62+18=179 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.31% from 179); Green value is 62 (24.61% from 255 or 34.64% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 99 - color contains mainly: red. Hex color #633E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633E12 is #9CC1ED. Grayscale: #444444. Windows color (decimal): -10273262 or 1195619. OLE color: 1195619.
HSL color Cylindrical-coordinate representation of color #633E12: hue angle of 32.59º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #633E12 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 62 | 18 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.61 |
| HSL | 32.59º | 0.69% | 0.23% | - |
| HSV(B) | 32.59º | 0.82% | 0.39% | - |
| XYZ | 6.98 | 6.14 | 1.39 | - |
| YUV | 68.05 | 99.76 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 62 | 18 | 0 | 0.37 | 0.82 | 0.61 | 32.59 | 0.69 | 0.23 |
| Hex | 63 | 3E | 12 | 0 | 25 | 52 | 3D | 21 | 45 | 17 |
| Octal | 143 | 76 | 22 | 0 | 45 | 122 | 75 | 41 | 105 | 27 |
| Binary | 1100011 | 111110 | 10010 | 0 | 100101 | 1010010 | 111101 | 100001 | 1000101 | 10111 |
Color Harmonies of #633E12
Complementary color
Monochromatic Colors of #633E12
Black with #633E12
Text Example
Text Example
White with #633E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633E12; }
p { color: rgb(99,62,18); }
H1.HeaderClassName
{
color: #633E12;
}
.AnyTagClassName
{
color: #633E12;
}
</style>
background-color css
<style>
a { background-color: #633E12; }
a { background-color: rgb(99,62,18); }
div.DivClassName
{
background-color: #633E12;
}
.BgClassName
{
background-color: #633E12;
}
</style>
border-color css
<style>
span { border-color: #633E12; }
span { border-color: rgb(99,62,18); }
td.TdClassName
{
border-color: #633E12;
}
.TagClassName
{
border-color: #633E12;
}
</style>