#402106

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

Shades of Brown Pod #402106

Tints of Brown Pod #402106

Color information

#402106 (or 0x402106) is unknown color: approx Brown Pod. HEX triplet: 40, 21 and 06. RGB value is (64,33,6). Sum of RGB (Red+Green+Blue) = 64+33+6=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #402106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402106 is #BFDEF9. Grayscale: #272727. Windows color (decimal): -12574458 or 401728. OLE color: 401728.

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

Color convert

RGB64336-
CMYK00.480.910.75
HSL27.93º82.86%13.73%-
HSV(B)27.93º90.62%25.1%-
XYZ2.692.190.45-
YUV39.19109.27145.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.14%
GREEN value IS 33 (13.28% from 255) = 32.04%
BLUE value IS 6 (2.73% from 255) = 5.83%
R=62.14%
G=32.04%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6433600.480.910.7527.9382.8613.73
Hex402160305B4B1c53e
Octal1004160601331133412316
Binary10000001000011100110000101101110010111110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402106; }

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

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

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

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

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

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

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

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