#3D1606

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

Shades of Brown Pod #3D1606

Tints of Brown Pod #3D1606

Color information

#3D1606 (or 0x3D1606) is unknown color: approx Brown Pod. HEX triplet: 3D, 16 and 06. RGB value is (61,22,6). Sum of RGB (Red+Green+Blue) = 61+22+6=89 (11% of max value = 765). Red value is 61 (24.22% from 255 or 68.54% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 6 (2.73% from 255 or 6.74% from 89); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1606 is #C2E9F9. Grayscale: #1F1F1F. Windows color (decimal): -12773882 or 398909. OLE color: 398909.

HSL color Cylindrical-coordinate representation of color #3D1606: hue angle of 17.45º 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 #3D1606 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.76.

Color convert

RGB61226-
CMYK00.640.900.76
HSL17.45º82.09%13.14%-
HSV(B)17.45º90.16%23.92%-
XYZ2.241.580.36-
YUV31.84113.42148.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 68.54%
GREEN value IS 22 (8.98% from 255) = 24.72%
BLUE value IS 6 (2.73% from 255) = 6.74%
R=68.54%
G=24.72%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6122600.640.900.7617.4582.0913.14
Hex3D1660405A4C1152d
Octal7526601001321142112215
Binary1111011011011001000000101101010011001000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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