#461806

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

Shades of Brown Pod #461806

Tints of Brown Pod #461806

Color information

#461806 (or 0x461806) is unknown color: approx Brown Pod. HEX triplet: 46, 18 and 06. RGB value is (70,24,6). Sum of RGB (Red+Green+Blue) = 70+24+6=100 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70% from 100); Green value is 24 (9.77% from 255 or 24% from 100); Blue value is 6 (2.73% from 255 or 6% from 100); Max value from RGB is 70 - color contains mainly: red. Hex color #461806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461806 is #B9E7F9. Grayscale: #232323. Windows color (decimal): -12183546 or 399430. OLE color: 399430.

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

Color convert

RGB70246-
CMYK00.660.910.73
HSL16.88º84.21%14.9%-
HSV(B)16.88º91.43%27.45%-
XYZ2.891.970.4-
YUV35.7111.24152.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 70%
GREEN value IS 24 (9.77% from 255) = 24%
BLUE value IS 6 (2.73% from 255) = 6%
R=70%
G=24%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7024600.660.910.7316.8884.2114.9
Hex461860425B491154f
Octal10630601021331112112417
Binary10001101100011001000010101101110010011000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461806; }

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

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

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

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

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

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

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

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