#400806

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

Shades of Seal Brown #400806

Tints of Seal Brown #400806

Color information

#400806 (or 0x400806) is unknown color: approx Seal Brown. HEX triplet: 40, 08 and 06. RGB value is (64,8,6). Sum of RGB (Red+Green+Blue) = 64+8+6=78 (10% of max value = 765). Red value is 64 (25.39% from 255 or 82.05% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 6 (2.73% from 255 or 7.69% from 78); Max value from RGB is 64 - color contains mainly: red. Hex color #400806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400806 is #BFF7F9. Grayscale: #181818. Windows color (decimal): -12580858 or 395328. OLE color: 395328.

HSL color Cylindrical-coordinate representation of color #400806: hue angle of 2.07º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400806 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB6486-
CMYK00.870.910.75
HSL2.07º82.86%13.73%-
HSV(B)2.07º90.62%25.1%-
XYZ2.231.280.3-
YUV24.52117.55156.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 82.05%
GREEN value IS 8 (3.52% from 255) = 10.26%
BLUE value IS 6 (2.73% from 255) = 7.69%
R=82.05%
G=10.26%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal648600.870.910.752.0782.8613.73
Hex40860575B4B253e
Octal1001060127133113212316
Binary1000000100011001010111101101110010111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400806; }

 p { color: rgb(64,8,6); }

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

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

 a { background-color: rgb(64,8,6); }

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

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

 span { border-color: rgb(64,8,6); }

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