#460605

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

Shades of Seal Brown #460605

Tints of Seal Brown #460605

Color information

#460605 (or 0x460605) is unknown color: approx Seal Brown. HEX triplet: 46, 06 and 05. RGB value is (70,6,5). Sum of RGB (Red+Green+Blue) = 70+6+5=81 (10% of max value = 765). Red value is 70 (27.73% from 255 or 86.42% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 5 (2.34% from 255 or 6.17% from 81); Max value from RGB is 70 - color contains mainly: red. Hex color #460605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460605 is #B9F9FA. Grayscale: #191919. Windows color (decimal): -12188155 or 329286. OLE color: 329286.

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

Color convert

RGB7065-
CMYK00.910.930.73
HSL0.92º86.67%14.71%-
HSV(B)0.92º92.86%27.45%-
XYZ2.621.440.28-
YUV25.02116.7160.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 86.42%
GREEN value IS 6 (2.73% from 255) = 7.41%
BLUE value IS 5 (2.34% from 255) = 6.17%
R=86.42%
G=7.41%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal706500.910.930.730.9286.6714.71
Hex466505B5D49157f
Octal106650133135111112717
Binary10001101101010101101110111011001001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460605; }

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

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

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

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

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

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

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

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