Shades of Dark Brown #633E1E
Tints of Dark Brown #633E1E
RGB
CMYK
RGB Variations
Color information
#633E1E (or 0x633E1E) is known color: Dark Brown. HEX triplet: 63, 3E and 1E. RGB value is (99,62,30). Sum of RGB (Red+Green+Blue) = 99+62+30=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #633E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633E1E is #9CC1E1. Grayscale: #454545. Windows color (decimal): -10273250 or 1982051. OLE color: 1982051.
HSL color Cylindrical-coordinate representation of color #633E1E: hue angle of 27.83º 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 #633E1E is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 62 | 30 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.61 |
| HSL | 27.83º | 0.53% | 0.25% | - |
| HSV(B) | 27.83º | 0.7% | 0.39% | - |
| XYZ | 7.1 | 6.19 | 2.05 | - |
| YUV | 69.42 | 105.76 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 62 | 30 | 0 | 0.37 | 0.70 | 0.61 | 27.83 | 0.53 | 0.25 |
| Hex | 63 | 3E | 1E | 0 | 25 | 46 | 3D | 1C | 35 | 19 |
| Octal | 143 | 76 | 36 | 0 | 45 | 106 | 75 | 34 | 65 | 31 |
| Binary | 1100011 | 111110 | 11110 | 0 | 100101 | 1000110 | 111101 | 11100 | 110101 | 11001 |
Color Harmonies of #633E1E
Complementary color
Monochromatic Colors of #633E1E
Black with #633E1E
Text Example
Text Example
White with #633E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633E1E; }
p { color: rgb(99,62,30); }
H1.HeaderClassName
{
color: #633E1E;
}
.AnyTagClassName
{
color: #633E1E;
}
</style>
background-color css
<style>
a { background-color: #633E1E; }
a { background-color: rgb(99,62,30); }
div.DivClassName
{
background-color: #633E1E;
}
.BgClassName
{
background-color: #633E1E;
}
</style>
border-color css
<style>
span { border-color: #633E1E; }
span { border-color: rgb(99,62,30); }
td.TdClassName
{
border-color: #633E1E;
}
.TagClassName
{
border-color: #633E1E;
}
</style>