#463006

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

Shades of Mikado #463006

Tints of Mikado #463006

Color information

#463006 (or 0x463006) is unknown color: approx Mikado. HEX triplet: 46, 30 and 06. RGB value is (70,48,6). Sum of RGB (Red+Green+Blue) = 70+48+6=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #463006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463006 is #B9CFF9. Grayscale: #313131. Windows color (decimal): -12177402 or 405574. OLE color: 405574.

HSL color Cylindrical-coordinate representation of color #463006: hue angle of 39.38º 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 #463006 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB70486-
CMYK00.310.910.73
HSL39.38º84.21%14.9%-
HSV(B)39.38º91.43%27.45%-
XYZ3.623.430.64-
YUV49.79103.29142.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.45%
GREEN value IS 48 (19.14% from 255) = 38.71%
BLUE value IS 6 (2.73% from 255) = 4.84%
R=56.45%
G=38.71%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7048600.310.910.7339.3884.2114.9
Hex4630601F5B492754f
Octal1066060371331114712417
Binary10001101100001100111111011011100100110011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463006; }

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

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

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

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

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

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

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

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