#401A06

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

Shades of Brown Pod #401A06

Tints of Brown Pod #401A06

Color information

#401A06 (or 0x401A06) is unknown color: approx Brown Pod. HEX triplet: 40, 1A and 06. RGB value is (64,26,6). Sum of RGB (Red+Green+Blue) = 64+26+6=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 6 (2.73% from 255 or 6.25% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #401A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401A06 is #BFE5F9. Grayscale: #232323. Windows color (decimal): -12576250 or 399936. OLE color: 399936.

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

Color convert

RGB64266-
CMYK00.590.910.75
HSL20.69º82.86%13.73%-
HSV(B)20.69º90.62%25.1%-
XYZ2.521.840.4-
YUV35.08111.59148.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 66.67%
GREEN value IS 26 (10.55% from 255) = 27.08%
BLUE value IS 6 (2.73% from 255) = 6.25%
R=66.67%
G=27.08%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6426600.590.910.7520.6982.8613.73
Hex401A603B5B4B1553e
Octal1003260731331132512316
Binary1000000110101100111011101101110010111010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401A06; }

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

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

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

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

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

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

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

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