#3D3006

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

Shades of Mikado #3D3006

Tints of Mikado #3D3006

Color information

#3D3006 (or 0x3D3006) is unknown color: approx Mikado. HEX triplet: 3D, 30 and 06. RGB value is (61,48,6). Sum of RGB (Red+Green+Blue) = 61+48+6=115 (15% of max value = 765). Red value is 61 (24.22% from 255 or 53.04% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3006 is #C2CFF9. Grayscale: #2F2F2F. Windows color (decimal): -12767226 or 405565. OLE color: 405565.

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

Color convert

RGB61486-
CMYK00.210.900.76
HSL45.82º82.09%13.14%-
HSV(B)45.82º90.16%23.92%-
XYZ3.013.120.62-
YUV47.1104.81137.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 53.04%
GREEN value IS 48 (19.14% from 255) = 41.74%
BLUE value IS 6 (2.73% from 255) = 5.22%
R=53.04%
G=41.74%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.90
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6148600.210.900.7645.8282.0913.14
Hex3D3060155A4C2e52d
Octal756060251321145612215
Binary1111011100001100101011011010100110010111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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