Shades of Dark Brown #633B1A
Tints of Dark Brown #633B1A
RGB
CMYK
RGB Variations
Color information
#633B1A (or 0x633B1A) is known color: Dark Brown. HEX triplet: 63, 3B and 1A. RGB value is (99,59,26). Sum of RGB (Red+Green+Blue) = 99+59+26=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 59 (23.44% from 255 or 32.07% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #633B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633B1A is #9CC4E5. Grayscale: #434343. Windows color (decimal): -10274022 or 1719139. OLE color: 1719139.
HSL color Cylindrical-coordinate representation of color #633B1A: hue angle of 27.12º 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 #633B1A is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 59 | 26 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.61 |
| HSL | 27.12º | 0.58% | 0.25% | - |
| HSV(B) | 27.12º | 0.74% | 0.39% | - |
| XYZ | 6.9 | 5.86 | 1.74 | - |
| YUV | 67.2 | 104.75 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 59 | 26 | 0 | 0.40 | 0.74 | 0.61 | 27.12 | 0.58 | 0.25 |
| Hex | 63 | 3B | 1A | 0 | 28 | 4A | 3D | 1B | 3A | 19 |
| Octal | 143 | 73 | 32 | 0 | 50 | 112 | 75 | 33 | 72 | 31 |
| Binary | 1100011 | 111011 | 11010 | 0 | 101000 | 1001010 | 111101 | 11011 | 111010 | 11001 |
Color Harmonies of #633B1A
Complementary color
Monochromatic Colors of #633B1A
Black with #633B1A
Text Example
Text Example
White with #633B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633B1A; }
p { color: rgb(99,59,26); }
H1.HeaderClassName
{
color: #633B1A;
}
.AnyTagClassName
{
color: #633B1A;
}
</style>
background-color css
<style>
a { background-color: #633B1A; }
a { background-color: rgb(99,59,26); }
div.DivClassName
{
background-color: #633B1A;
}
.BgClassName
{
background-color: #633B1A;
}
</style>
border-color css
<style>
span { border-color: #633B1A; }
span { border-color: rgb(99,59,26); }
td.TdClassName
{
border-color: #633B1A;
}
.TagClassName
{
border-color: #633B1A;
}
</style>