#461106

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

Shades of Seal Brown #461106

Tints of Seal Brown #461106

Color information

#461106 (or 0x461106) is unknown color: approx Seal Brown. HEX triplet: 46, 11 and 06. RGB value is (70,17,6). Sum of RGB (Red+Green+Blue) = 70+17+6=93 (12% of max value = 765). Red value is 70 (27.73% from 255 or 75.27% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 70 - color contains mainly: red. Hex color #461106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461106 is #B9EEF9. Grayscale: #1F1F1F. Windows color (decimal): -12185338 or 397638. OLE color: 397638.

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

Color convert

RGB70176-
CMYK00.760.910.73
HSL10.31º84.21%14.9%-
HSV(B)10.31º91.43%27.45%-
XYZ2.761.720.36-
YUV31.59113.56155.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 75.27%
GREEN value IS 17 (7.03% from 255) = 18.28%
BLUE value IS 6 (2.73% from 255) = 6.45%
R=75.27%
G=18.28%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7017600.760.910.7310.3184.2114.9
Hex4611604C5B49a54f
Octal10621601141331111212417
Binary1000110100011100100110010110111001001101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461106; }

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

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

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

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

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

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

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

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