#401806

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

Shades of Brown Pod #401806

Tints of Brown Pod #401806

Color information

#401806 (or 0x401806) is unknown color: approx Brown Pod. HEX triplet: 40, 18 and 06. RGB value is (64,24,6). Sum of RGB (Red+Green+Blue) = 64+24+6=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #401806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401806 is #BFE7F9. Grayscale: #222222. Windows color (decimal): -12576762 or 399424. OLE color: 399424.

HSL color Cylindrical-coordinate representation of color #401806: hue angle of 18.62º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #401806 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB64246-
CMYK00.620.910.75
HSL18.62º82.86%13.73%-
HSV(B)18.62º90.62%25.1%-
XYZ2.471.760.38-
YUV33.91112.25149.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 68.09%
GREEN value IS 24 (9.77% from 255) = 25.53%
BLUE value IS 6 (2.73% from 255) = 6.38%
R=68.09%
G=25.53%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6424600.620.910.7518.6282.8613.73
Hex4018603E5B4B1353e
Octal1003060761331132312316
Binary1000000110001100111110101101110010111001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401806; }

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

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

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

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

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

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

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

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