#410806

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

Shades of Seal Brown #410806

Tints of Seal Brown #410806

Color information

#410806 (or 0x410806) is unknown color: approx Seal Brown. HEX triplet: 41, 08 and 06. RGB value is (65,8,6). Sum of RGB (Red+Green+Blue) = 65+8+6=79 (10% of max value = 765). Red value is 65 (25.78% from 255 or 82.28% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 6 (2.73% from 255 or 7.59% from 79); Max value from RGB is 65 - color contains mainly: red. Hex color #410806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410806 is #BEF7F9. Grayscale: #181818. Windows color (decimal): -12515322 or 395329. OLE color: 395329.

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

Color convert

RGB6586-
CMYK00.880.910.75
HSL2.03º83.1%13.92%-
HSV(B)2.03º90.77%25.49%-
XYZ2.31.310.3-
YUV24.82117.38156.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 82.28%
GREEN value IS 8 (3.52% from 255) = 10.13%
BLUE value IS 6 (2.73% from 255) = 7.59%
R=82.28%
G=10.13%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal658600.880.910.752.0383.113.92
Hex41860585B4B253e
Octal1011060130133113212316
Binary1000001100011001011000101101110010111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410806; }

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

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

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

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

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

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

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

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