#421206

Color #421206 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #421206

Tints of Seal Brown #421206

Color information

#421206 (or 0x421206) is unknown color: approx Seal Brown. HEX triplet: 42, 12 and 06. RGB value is (66,18,6). Sum of RGB (Red+Green+Blue) = 66+18+6=90 (11% of max value = 765). Red value is 66 (26.17% from 255 or 73.33% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 6 (2.73% from 255 or 6.67% from 90); Max value from RGB is 66 - color contains mainly: red. Hex color #421206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421206 is #BDEDF9. Grayscale: #1F1F1F. Windows color (decimal): -12447226 or 397890. OLE color: 397890.

HSL color Cylindrical-coordinate representation of color #421206: hue angle of 12º 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 #421206 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.74.

Color convert

RGB66186-
CMYK00.730.910.74
HSL12º83.33%14.12%-
HSV(B)12º90.91%25.88%-
XYZ2.51.60.35-
YUV30.98113.9152.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 73.33%
GREEN value IS 18 (7.42% from 255) = 20%
BLUE value IS 6 (2.73% from 255) = 6.67%
R=73.33%
G=20%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6618600.730.910.741283.3314.12
Hex421260495B4Ac53e
Octal10222601111331121412316
Binary1000010100101100100100110110111001010110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421206; }

 p { color: rgb(66,18,6); }

 H1.HeaderClassName
 {
   color: #421206;
 }
 .AnyTagClassName
 {
   color: #421206;
 }
</style>
background-color css

<style>
 a { background-color: #421206; }

 a { background-color: rgb(66,18,6); }

 div.DivClassName
 {
   background-color: #421206;
 }
 .BgClassName
 {
   background-color: #421206;
 }
</style>
border-color css

<style>
 span { border-color: #421206; }

 span { border-color: rgb(66,18,6); }

 td.TdClassName
 {
   border-color: #421206;
 }
 .TagClassName
 {
   border-color: #421206;
 }
</style>