Shades of Seal Brown #200B06
Tints of Seal Brown #200B06
RGB
CMYK
RGB Variations
Color information
#200B06 (or 0x200B06) is known color: Seal Brown. HEX triplet: 20, 0B and 06. RGB value is (32,11,6). Sum of RGB (Red+Green+Blue) = 32+11+6=49 (6% of max value = 765). Red value is 32 (12.89% from 255 or 65.31% from 49); Green value is 11 (4.69% from 255 or 22.45% from 49); Blue value is 6 (2.73% from 255 or 12.24% from 49); Max value from RGB is 32 - color contains mainly: red. Hex color #200B06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200B06 is #DFF4F9. Grayscale: #101010. Windows color (decimal): -14677242 or 396064. OLE color: 396064.
HSL color Cylindrical-coordinate representation of color #200B06: hue angle of 11.54º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #200B06 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 11 | 6 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.87 |
| HSL | 11.54º | 0.68% | 0.07% | - |
| HSV(B) | 11.54º | 0.81% | 0.13% | - |
| XYZ | 0.75 | 0.56 | 0.24 | - |
| YUV | 16.71 | 121.96 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 6 | 0 | 0.66 | 0.81 | 0.87 | 11.54 | 0.68 | 0.07 |
| Hex | 20 | B | 6 | 0 | 42 | 51 | 57 | C | 44 | 7 |
| Octal | 40 | 13 | 6 | 0 | 102 | 121 | 127 | 14 | 104 | 7 |
| Binary | 100000 | 1011 | 110 | 0 | 1000010 | 1010001 | 1010111 | 1100 | 1000100 | 111 |
Color Harmonies of #200B06
Complementary color
Monochromatic Colors of #200B06
Black with #200B06
Text Example
Text Example
White with #200B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B06; }
p { color: rgb(32,11,6); }
H1.HeaderClassName
{
color: #200B06;
}
.AnyTagClassName
{
color: #200B06;
}
</style>
background-color css
<style>
a { background-color: #200B06; }
a { background-color: rgb(32,11,6); }
div.DivClassName
{
background-color: #200B06;
}
.BgClassName
{
background-color: #200B06;
}
</style>
border-color css
<style>
span { border-color: #200B06; }
span { border-color: rgb(32,11,6); }
td.TdClassName
{
border-color: #200B06;
}
.TagClassName
{
border-color: #200B06;
}
</style>