Shades of Seal Brown #340C06
Tints of Seal Brown #340C06
RGB
CMYK
RGB Variations
Color information
#340C06 (or 0x340C06) is known color: Seal Brown. HEX triplet: 34, 0C and 06. RGB value is (52,12,6). Sum of RGB (Red+Green+Blue) = 52+12+6=70 (9% of max value = 765). Red value is 52 (20.70% from 255 or 74.29% from 70); Green value is 12 (5.08% from 255 or 17.14% from 70); Blue value is 6 (2.73% from 255 or 8.57% from 70); Max value from RGB is 52 - color contains mainly: red. Hex color #340C06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340C06 is #CBF3F9. Grayscale: #171717. Windows color (decimal): -13366266 or 396340. OLE color: 396340.
HSL color Cylindrical-coordinate representation of color #340C06: hue angle of 7.83º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #340C06 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 12 | 6 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.80 |
| HSL | 7.83º | 0.79% | 0.11% | - |
| HSV(B) | 7.83º | 0.88% | 0.2% | - |
| XYZ | 1.58 | 1.01 | 0.28 | - |
| YUV | 23.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 12 | 6 | 0 | 0.77 | 0.88 | 0.80 | 7.83 | 0.79 | 0.11 |
| Hex | 34 | C | 6 | 0 | 4D | 58 | 50 | 8 | 4F | B |
| Octal | 64 | 14 | 6 | 0 | 115 | 130 | 120 | 10 | 117 | 13 |
| Binary | 110100 | 1100 | 110 | 0 | 1001101 | 1011000 | 1010000 | 1000 | 1001111 | 1011 |
Color Harmonies of #340C06
Complementary color
Monochromatic Colors of #340C06
Black with #340C06
Text Example
Text Example
White with #340C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340C06; }
p { color: rgb(52,12,6); }
H1.HeaderClassName
{
color: #340C06;
}
.AnyTagClassName
{
color: #340C06;
}
</style>
background-color css
<style>
a { background-color: #340C06; }
a { background-color: rgb(52,12,6); }
div.DivClassName
{
background-color: #340C06;
}
.BgClassName
{
background-color: #340C06;
}
</style>
border-color css
<style>
span { border-color: #340C06; }
span { border-color: rgb(52,12,6); }
td.TdClassName
{
border-color: #340C06;
}
.TagClassName
{
border-color: #340C06;
}
</style>