Shades of Seal Brown #420C06
Tints of Seal Brown #420C06
RGB
CMYK
RGB Variations
Color information
#420C06 (or 0x420C06) is known color: Seal Brown. HEX triplet: 42, 0C and 06. RGB value is (66,12,6). Sum of RGB (Red+Green+Blue) = 66+12+6=84 (11% of max value = 765). Red value is 66 (26.17% from 255 or 78.57% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 6 (2.73% from 255 or 7.14% from 84); Max value from RGB is 66 - color contains mainly: red. Hex color #420C06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420C06 is #BDF3F9. Grayscale: #1B1B1B. Windows color (decimal): -12448762 or 396354. OLE color: 396354.
HSL color Cylindrical-coordinate representation of color #420C06: hue angle of 6º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #420C06 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 12 | 6 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.74 |
| HSL | 6º | 0.83% | 0.14% | - |
| HSV(B) | 6º | 0.91% | 0.26% | - |
| XYZ | 2.41 | 1.43 | 0.32 | - |
| YUV | 27.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 12 | 6 | 0 | 0.82 | 0.91 | 0.74 | 6 | 0.83 | 0.14 |
| Hex | 42 | C | 6 | 0 | 52 | 5B | 4A | 6 | 53 | E |
| Octal | 102 | 14 | 6 | 0 | 122 | 133 | 112 | 6 | 123 | 16 |
| Binary | 1000010 | 1100 | 110 | 0 | 1010010 | 1011011 | 1001010 | 110 | 1010011 | 1110 |
Color Harmonies of #420C06
Complementary color
Monochromatic Colors of #420C06
Black with #420C06
Text Example
Text Example
White with #420C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420C06; }
p { color: rgb(66,12,6); }
H1.HeaderClassName
{
color: #420C06;
}
.AnyTagClassName
{
color: #420C06;
}
</style>
background-color css
<style>
a { background-color: #420C06; }
a { background-color: rgb(66,12,6); }
div.DivClassName
{
background-color: #420C06;
}
.BgClassName
{
background-color: #420C06;
}
</style>
border-color css
<style>
span { border-color: #420C06; }
span { border-color: rgb(66,12,6); }
td.TdClassName
{
border-color: #420C06;
}
.TagClassName
{
border-color: #420C06;
}
</style>