#3E1606

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

Shades of Brown Pod #3E1606

Tints of Brown Pod #3E1606

Color information

#3E1606 (or 0x3E1606) is unknown color: approx Brown Pod. HEX triplet: 3E, 16 and 06. RGB value is (62,22,6). Sum of RGB (Red+Green+Blue) = 62+22+6=90 (11% of max value = 765). Red value is 62 (24.61% from 255 or 68.89% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 6 (2.73% from 255 or 6.67% from 90); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1606 is #C1E9F9. Grayscale: #202020. Windows color (decimal): -12708346 or 398910. OLE color: 398910.

HSL color Cylindrical-coordinate representation of color #3E1606: hue angle of 17.14º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E1606 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.76.

Color convert

RGB62226-
CMYK00.650.900.76
HSL17.14º82.35%13.33%-
HSV(B)17.14º90.32%24.31%-
XYZ2.311.610.36-
YUV32.14113.25149.3-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 68.89%
GREEN value IS 22 (8.98% from 255) = 24.44%
BLUE value IS 6 (2.73% from 255) = 6.67%
R=68.89%
G=24.44%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.90
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6222600.650.900.7617.1482.3513.33
Hex3E1660415A4C1152d
Octal7626601011321142112215
Binary1111101011011001000001101101010011001000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E1606; }

 p { color: rgb(62,22,6); }

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

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

 a { background-color: rgb(62,22,6); }

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

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

 span { border-color: rgb(62,22,6); }

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