#401B06

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

Shades of Brown Pod #401B06

Tints of Brown Pod #401B06

Color information

#401B06 (or 0x401B06) is unknown color: approx Brown Pod. HEX triplet: 40, 1B and 06. RGB value is (64,27,6). Sum of RGB (Red+Green+Blue) = 64+27+6=97 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.98% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 64 - color contains mainly: red. Hex color #401B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401B06 is #BFE4F9. Grayscale: #232323. Windows color (decimal): -12575994 or 400192. OLE color: 400192.

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

Color convert

RGB64276-
CMYK00.580.910.75
HSL21.72º82.86%13.73%-
HSV(B)21.72º90.62%25.1%-
XYZ2.541.890.4-
YUV35.67111.26148.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 65.98%
GREEN value IS 27 (10.94% from 255) = 27.84%
BLUE value IS 6 (2.73% from 255) = 6.19%
R=65.98%
G=27.84%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6427600.580.910.7521.7282.8613.73
Hex401B603A5B4B1653e
Octal1003360721331132612316
Binary1000000110111100111010101101110010111011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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