#412106

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

Shades of Brown Pod #412106

Tints of Brown Pod #412106

Color information

#412106 (or 0x412106) is unknown color: approx Brown Pod. HEX triplet: 41, 21 and 06. RGB value is (65,33,6). Sum of RGB (Red+Green+Blue) = 65+33+6=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #412106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412106 is #BEDEF9. Grayscale: #272727. Windows color (decimal): -12508922 or 401729. OLE color: 401729.

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

Color convert

RGB65336-
CMYK00.490.910.75
HSL27.46º83.1%13.92%-
HSV(B)27.46º90.77%25.49%-
XYZ2.762.220.46-
YUV39.49109.1146.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 62.5%
GREEN value IS 33 (13.28% from 255) = 31.73%
BLUE value IS 6 (2.73% from 255) = 5.77%
R=62.5%
G=31.73%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6533600.490.910.7527.4683.113.92
Hex412160315B4B1b53e
Octal1014160611331133312316
Binary10000011000011100110001101101110010111101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412106; }

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

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

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

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

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

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

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

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