#460603

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

Shades of Seal Brown #460603

Tints of Seal Brown #460603

Color information

#460603 (or 0x460603) is unknown color: approx Seal Brown. HEX triplet: 46, 06 and 03. RGB value is (70,6,3). Sum of RGB (Red+Green+Blue) = 70+6+3=79 (10% of max value = 765). Red value is 70 (27.73% from 255 or 88.61% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 3 (1.56% from 255 or 3.80% from 79); Max value from RGB is 70 - color contains mainly: red. Hex color #460603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460603 is #B9F9FC. Grayscale: #181818. Windows color (decimal): -12188157 or 198214. OLE color: 198214.

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

Color convert

RGB7063-
CMYK00.910.960.73
HSL2.69º91.78%14.31%-
HSV(B)2.69º95.71%27.45%-
XYZ2.611.440.23-
YUV24.79115.7160.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 88.61%
GREEN value IS 6 (2.73% from 255) = 7.59%
BLUE value IS 3 (1.56% from 255) = 3.80%
R=88.61%
G=7.59%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal706300.910.960.732.6991.7814.31
Hex466305B604935ce
Octal106630133140111313416
Binary10001101101101011011110000010010011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460603; }

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

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

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

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

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

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

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

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