#441106

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

Shades of Seal Brown #441106

Tints of Seal Brown #441106

Color information

#441106 (or 0x441106) is unknown color: approx Seal Brown. HEX triplet: 44, 11 and 06. RGB value is (68,17,6). Sum of RGB (Red+Green+Blue) = 68+17+6=91 (12% of max value = 765). Red value is 68 (26.95% from 255 or 74.73% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 6 (2.73% from 255 or 6.59% from 91); Max value from RGB is 68 - color contains mainly: red. Hex color #441106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441106 is #BBEEF9. Grayscale: #1F1F1F. Windows color (decimal): -12316410 or 397636. OLE color: 397636.

HSL color Cylindrical-coordinate representation of color #441106: hue angle of 10.65º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #441106 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB68176-
CMYK00.750.910.73
HSL10.65º83.78%14.51%-
HSV(B)10.65º91.18%26.67%-
XYZ2.621.640.35-
YUV31113.9154.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 74.73%
GREEN value IS 17 (7.03% from 255) = 18.68%
BLUE value IS 6 (2.73% from 255) = 6.59%
R=74.73%
G=18.68%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6817600.750.910.7310.6583.7814.51
Hex4411604B5B49b54f
Octal10421601131331111312417
Binary1000100100011100100101110110111001001101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441106; }

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

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

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

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

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

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

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

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