#451106

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

Shades of Seal Brown #451106

Tints of Seal Brown #451106

Color information

#451106 (or 0x451106) is unknown color: approx Seal Brown. HEX triplet: 45, 11 and 06. RGB value is (69,17,6). Sum of RGB (Red+Green+Blue) = 69+17+6=92 (12% of max value = 765). Red value is 69 (27.34% from 255 or 75% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 69 - color contains mainly: red. Hex color #451106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451106 is #BAEEF9. Grayscale: #1F1F1F. Windows color (decimal): -12250874 or 397637. OLE color: 397637.

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

Color convert

RGB69176-
CMYK00.750.910.73
HSL10.48º84%14.71%-
HSV(B)10.48º91.3%27.06%-
XYZ2.691.680.35-
YUV31.29113.73154.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 75%
GREEN value IS 17 (7.03% from 255) = 18.48%
BLUE value IS 6 (2.73% from 255) = 6.52%
R=75%
G=18.48%
B=6.52%

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
Decimal6917600.750.910.7310.488414.71
Hex4511604B5B49a54f
Octal10521601131331111212417
Binary1000101100011100100101110110111001001101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451106; }

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

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

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

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

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

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

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

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