#3E3306

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

Shades of Mikado #3E3306

Tints of Mikado #3E3306

Color information

#3E3306 (or 0x3E3306) is unknown color: approx Mikado. HEX triplet: 3E, 33 and 06. RGB value is (62,51,6). Sum of RGB (Red+Green+Blue) = 62+51+6=119 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.10% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3306 is #C1CCF9. Grayscale: #313131. Windows color (decimal): -12700922 or 406334. OLE color: 406334.

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

Color convert

RGB62516-
CMYK00.180.900.76
HSL48.21º82.35%13.33%-
HSV(B)48.21º90.32%24.31%-
XYZ3.23.40.66-
YUV49.16103.64137.16-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 52.10%
GREEN value IS 51 (20.31% from 255) = 42.86%
BLUE value IS 6 (2.73% from 255) = 5.04%
R=52.10%
G=42.86%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.90
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6251600.180.900.7648.2182.3513.33
Hex3E3360125A4C3052d
Octal766360221321146012215
Binary1111101100111100100101011010100110011000010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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