#460601

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

Shades of Seal Brown #460601

Tints of Seal Brown #460601

Color information

#460601 (or 0x460601) is unknown color: approx Seal Brown. HEX triplet: 46, 06 and 01. RGB value is (70,6,1). Sum of RGB (Red+Green+Blue) = 70+6+1=77 (10% of max value = 765). Red value is 70 (27.73% from 255 or 90.91% from 77); Green value is 6 (2.73% from 255 or 7.79% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 70 - color contains mainly: red. Hex color #460601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460601 is #B9F9FE. Grayscale: #181818. Windows color (decimal): -12188159 or 67142. OLE color: 67142.

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

Color convert

RGB7061-
CMYK00.910.990.73
HSL4.35º97.18%13.92%-
HSV(B)4.35º98.57%27.45%-
XYZ2.61.430.17-
YUV24.57114.7160.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 90.91%
GREEN value IS 6 (2.73% from 255) = 7.79%
BLUE value IS 1 (0.78% from 255) = 1.30%
R=90.91%
G=7.79%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal706100.910.990.734.3597.1813.92
Hex466105B6349461e
Octal106610133143111414116
Binary10001101101010110111100011100100110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460601; }

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

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

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

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

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

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

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

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