#463206

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

Shades of Mikado #463206

Tints of Mikado #463206

Color information

#463206 (or 0x463206) is unknown color: approx Mikado. HEX triplet: 46, 32 and 06. RGB value is (70,50,6). Sum of RGB (Red+Green+Blue) = 70+50+6=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #463206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463206 is #B9CDF9. Grayscale: #333333. Windows color (decimal): -12176890 or 406086. OLE color: 406086.

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

Color convert

RGB70506-
CMYK00.290.910.73
HSL41.25º84.21%14.9%-
HSV(B)41.25º91.43%27.45%-
XYZ3.73.60.67-
YUV50.96102.63141.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.56%
GREEN value IS 50 (19.92% from 255) = 39.68%
BLUE value IS 6 (2.73% from 255) = 4.76%
R=55.56%
G=39.68%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7050600.290.910.7341.2584.2114.9
Hex4632601D5B492954f
Octal1066260351331115112417
Binary10001101100101100111011011011100100110100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463206; }

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

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

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

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

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

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

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

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