Shades of Seal Brown #231006
Tints of Seal Brown #231006
RGB
CMYK
RGB Variations
Color information
#231006 (or 0x231006) is known color: Seal Brown. HEX triplet: 23, 10 and 06. RGB value is (35,16,6). Sum of RGB (Red+Green+Blue) = 35+16+6=57 (7% of max value = 765). Red value is 35 (14.06% from 255 or 61.40% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 6 (2.73% from 255 or 10.53% from 57); Max value from RGB is 35 - color contains mainly: red. Hex color #231006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231006 is #DCEFF9. Grayscale: #141414. Windows color (decimal): -14479354 or 397347. OLE color: 397347.
HSL color Cylindrical-coordinate representation of color #231006: hue angle of 20.69º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #231006 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 16 | 6 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.86 |
| HSL | 20.69º | 0.71% | 0.08% | - |
| HSV(B) | 20.69º | 0.83% | 0.14% | - |
| XYZ | 0.91 | 0.74 | 0.27 | - |
| YUV | 20.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 6 | 0 | 0.54 | 0.83 | 0.86 | 20.69 | 0.71 | 0.08 |
| Hex | 23 | 10 | 6 | 0 | 36 | 53 | 56 | 15 | 47 | 8 |
| Octal | 43 | 20 | 6 | 0 | 66 | 123 | 126 | 25 | 107 | 10 |
| Binary | 100011 | 10000 | 110 | 0 | 110110 | 1010011 | 1010110 | 10101 | 1000111 | 1000 |
Color Harmonies of #231006
Complementary color
Monochromatic Colors of #231006
Black with #231006
Text Example
Text Example
White with #231006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231006; }
p { color: rgb(35,16,6); }
H1.HeaderClassName
{
color: #231006;
}
.AnyTagClassName
{
color: #231006;
}
</style>
background-color css
<style>
a { background-color: #231006; }
a { background-color: rgb(35,16,6); }
div.DivClassName
{
background-color: #231006;
}
.BgClassName
{
background-color: #231006;
}
</style>
border-color css
<style>
span { border-color: #231006; }
span { border-color: rgb(35,16,6); }
td.TdClassName
{
border-color: #231006;
}
.TagClassName
{
border-color: #231006;
}
</style>