#461306

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

Shades of Brown Pod #461306

Tints of Brown Pod #461306

Color information

#461306 (or 0x461306) is unknown color: approx Brown Pod. HEX triplet: 46, 13 and 06. RGB value is (70,19,6). Sum of RGB (Red+Green+Blue) = 70+19+6=95 (12% of max value = 765). Red value is 70 (27.73% from 255 or 73.68% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 6 (2.73% from 255 or 6.32% from 95); Max value from RGB is 70 - color contains mainly: red. Hex color #461306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461306 is #B9ECF9. Grayscale: #202020. Windows color (decimal): -12184826 or 398150. OLE color: 398150.

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

Color convert

RGB70196-
CMYK00.730.910.73
HSL12.19º84.21%14.9%-
HSV(B)12.19º91.43%27.45%-
XYZ2.791.780.37-
YUV32.77112.9154.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 73.68%
GREEN value IS 19 (7.81% from 255) = 20%
BLUE value IS 6 (2.73% from 255) = 6.32%
R=73.68%
G=20%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7019600.730.910.7312.1984.2114.9
Hex461360495B49c54f
Octal10623601111331111412417
Binary1000110100111100100100110110111001001110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461306; }

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

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

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

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

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

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

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

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