#431206

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

Shades of Seal Brown #431206

Tints of Seal Brown #431206

Color information

#431206 (or 0x431206) is unknown color: approx Seal Brown. HEX triplet: 43, 12 and 06. RGB value is (67,18,6). Sum of RGB (Red+Green+Blue) = 67+18+6=91 (12% of max value = 765). Red value is 67 (26.56% from 255 or 73.63% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 6 (2.73% from 255 or 6.59% from 91); Max value from RGB is 67 - color contains mainly: red. Hex color #431206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431206 is #BCEDF9. Grayscale: #1F1F1F. Windows color (decimal): -12381690 or 397891. OLE color: 397891.

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

Color convert

RGB67186-
CMYK00.730.910.74
HSL11.8º83.56%14.31%-
HSV(B)11.8º91.04%26.27%-
XYZ2.561.640.35-
YUV31.28113.73153.48-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 73.63%
GREEN value IS 18 (7.42% from 255) = 19.78%
BLUE value IS 6 (2.73% from 255) = 6.59%
R=73.63%
G=19.78%
B=6.59%

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
Decimal6718600.730.910.7411.883.5614.31
Hex431260495B4Ac54e
Octal10322601111331121412416
Binary1000011100101100100100110110111001010110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431206; }

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

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

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

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

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

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

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

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