#461906

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

Shades of Brown Pod #461906

Tints of Brown Pod #461906

Color information

#461906 (or 0x461906) is unknown color: approx Brown Pod. HEX triplet: 46, 19 and 06. RGB value is (70,25,6). Sum of RGB (Red+Green+Blue) = 70+25+6=101 (13% of max value = 765). Red value is 70 (27.73% from 255 or 69.31% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 70 - color contains mainly: red. Hex color #461906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461906 is #B9E6F9. Grayscale: #242424. Windows color (decimal): -12183290 or 399686. OLE color: 399686.

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

Color convert

RGB70256-
CMYK00.640.910.73
HSL17.81º84.21%14.9%-
HSV(B)17.81º91.43%27.45%-
XYZ2.912.010.41-
YUV36.29110.91152.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 69.31%
GREEN value IS 25 (10.16% from 255) = 24.75%
BLUE value IS 6 (2.73% from 255) = 5.94%
R=69.31%
G=24.75%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7025600.640.910.7317.8184.2114.9
Hex461960405B491254f
Octal10631601001331112212417
Binary10001101100111001000000101101110010011001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461906; }

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

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

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

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

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

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

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

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