#431006

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

Shades of Seal Brown #431006

Tints of Seal Brown #431006

Color information

#431006 (or 0x431006) is unknown color: approx Seal Brown. HEX triplet: 43, 10 and 06. RGB value is (67,16,6). Sum of RGB (Red+Green+Blue) = 67+16+6=89 (11% of max value = 765). Red value is 67 (26.56% from 255 or 75.28% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 6 (2.73% from 255 or 6.74% from 89); Max value from RGB is 67 - color contains mainly: red. Hex color #431006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431006 is #BCEFF9. Grayscale: #1E1E1E. Windows color (decimal): -12382202 or 397379. OLE color: 397379.

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

Color convert

RGB67166-
CMYK00.760.910.74
HSL9.84º83.56%14.31%-
HSV(B)9.84º91.04%26.27%-
XYZ2.531.580.34-
YUV30.11114.4154.31-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 75.28%
GREEN value IS 16 (6.64% from 255) = 17.98%
BLUE value IS 6 (2.73% from 255) = 6.74%
R=75.28%
G=17.98%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.91
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6716600.760.910.749.8483.5614.31
Hex4310604C5B4Aa54e
Octal10320601141331121212416
Binary1000011100001100100110010110111001010101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431006; }

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

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

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

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

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

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

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

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