#463506

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

Shades of Mikado #463506

Tints of Mikado #463506

Color information

#463506 (or 0x463506) is unknown color: approx Mikado. HEX triplet: 46, 35 and 06. RGB value is (70,53,6). Sum of RGB (Red+Green+Blue) = 70+53+6=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #463506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463506 is #B9CAF9. Grayscale: #343434. Windows color (decimal): -12176122 or 406854. OLE color: 406854.

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

Color convert

RGB70536-
CMYK00.240.910.73
HSL44.06º84.21%14.9%-
HSV(B)44.06º91.43%27.45%-
XYZ3.833.860.72-
YUV52.72101.63140.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.26%
GREEN value IS 53 (21.09% from 255) = 41.09%
BLUE value IS 6 (2.73% from 255) = 4.65%
R=54.26%
G=41.09%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7053600.240.910.7344.0684.2114.9
Hex463560185B492c54f
Octal1066560301331115412417
Binary10001101101011100110001011011100100110110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463506; }

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

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

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

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

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

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

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

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