#3F2006

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

Shades of Brown Pod #3F2006

Tints of Brown Pod #3F2006

Color information

#3F2006 (or 0x3F2006) is unknown color: approx Brown Pod. HEX triplet: 3F, 20 and 06. RGB value is (63,32,6). Sum of RGB (Red+Green+Blue) = 63+32+6=101 (13% of max value = 765). Red value is 63 (25% from 255 or 62.38% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2006 is #C0DFF9. Grayscale: #262626. Windows color (decimal): -12640250 or 401471. OLE color: 401471.

HSL color Cylindrical-coordinate representation of color #3F2006: hue angle of 27.37º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F2006 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.75.

Color convert

RGB63326-
CMYK00.490.900.75
HSL27.37º82.61%13.53%-
HSV(B)27.37º90.48%24.71%-
XYZ2.62.10.44-
YUV38.3109.77145.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 62.38%
GREEN value IS 32 (12.89% from 255) = 31.68%
BLUE value IS 6 (2.73% from 255) = 5.94%
R=62.38%
G=31.68%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.90
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6332600.490.900.7527.3782.6113.53
Hex3F2060315A4B1b53e
Octal774060611321133312316
Binary1111111000001100110001101101010010111101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,32,6); }

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

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

 a { background-color: rgb(63,32,6); }

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

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

 span { border-color: rgb(63,32,6); }

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