#463306

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

Shades of Mikado #463306

Tints of Mikado #463306

Color information

#463306 (or 0x463306) is unknown color: approx Mikado. HEX triplet: 46, 33 and 06. RGB value is (70,51,6). Sum of RGB (Red+Green+Blue) = 70+51+6=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #463306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463306 is #B9CCF9. Grayscale: #333333. Windows color (decimal): -12176634 or 406342. OLE color: 406342.

HSL color Cylindrical-coordinate representation of color #463306: hue angle of 42.19º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #463306 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB70516-
CMYK00.270.910.73
HSL42.19º84.21%14.9%-
HSV(B)42.19º91.43%27.45%-
XYZ3.743.680.69-
YUV51.55102.29141.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.12%
GREEN value IS 51 (20.31% from 255) = 40.16%
BLUE value IS 6 (2.73% from 255) = 4.72%
R=55.12%
G=40.16%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7051600.270.910.7342.1984.2114.9
Hex4633601B5B492a54f
Octal1066360331331115212417
Binary10001101100111100110111011011100100110101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463306; }

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

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

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

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

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

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

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

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