#411106

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

Shades of Seal Brown #411106

Tints of Seal Brown #411106

Color information

#411106 (or 0x411106) is unknown color: approx Seal Brown. HEX triplet: 41, 11 and 06. RGB value is (65,17,6). Sum of RGB (Red+Green+Blue) = 65+17+6=88 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.86% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 6 (2.73% from 255 or 6.82% from 88); Max value from RGB is 65 - color contains mainly: red. Hex color #411106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411106 is #BEEEF9. Grayscale: #1E1E1E. Windows color (decimal): -12513018 or 397633. OLE color: 397633.

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

Color convert

RGB65176-
CMYK00.740.910.75
HSL11.19º83.1%13.92%-
HSV(B)11.19º90.77%25.49%-
XYZ2.411.540.34-
YUV30.1114.4152.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 73.86%
GREEN value IS 17 (7.03% from 255) = 19.32%
BLUE value IS 6 (2.73% from 255) = 6.82%
R=73.86%
G=19.32%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6517600.740.910.7511.1983.113.92
Hex4111604A5B4Bb53e
Octal10121601121331131312316
Binary1000001100011100100101010110111001011101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411106; }

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

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

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

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

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

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

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

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