#461006

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

Shades of Seal Brown #461006

Tints of Seal Brown #461006

Color information

#461006 (or 0x461006) is unknown color: approx Seal Brown. HEX triplet: 46, 10 and 06. RGB value is (70,16,6). Sum of RGB (Red+Green+Blue) = 70+16+6=92 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.09% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 70 - color contains mainly: red. Hex color #461006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461006 is #B9EFF9. Grayscale: #1F1F1F. Windows color (decimal): -12185594 or 397382. OLE color: 397382.

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

Color convert

RGB70166-
CMYK00.770.910.73
HSL9.38º84.21%14.9%-
HSV(B)9.38º91.43%27.45%-
XYZ2.741.690.35-
YUV31.01113.89155.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 76.09%
GREEN value IS 16 (6.64% from 255) = 17.39%
BLUE value IS 6 (2.73% from 255) = 6.52%
R=76.09%
G=17.39%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7016600.770.910.739.3884.2114.9
Hex4610604D5B49954f
Octal10620601151331111112417
Binary1000110100001100100110110110111001001100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461006; }

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

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

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

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

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

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

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

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