#403506

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

Shades of Mikado #403506

Tints of Mikado #403506

Color information

#403506 (or 0x403506) is unknown color: approx Mikado. HEX triplet: 40, 35 and 06. RGB value is (64,53,6). Sum of RGB (Red+Green+Blue) = 64+53+6=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #403506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403506 is #BFCAF9. Grayscale: #333333. Windows color (decimal): -12569338 or 406848. OLE color: 406848.

HSL color Cylindrical-coordinate representation of color #403506: hue angle of 48.62º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #403506 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB64536-
CMYK00.170.910.75
HSL48.62º82.86%13.73%-
HSV(B)48.62º90.62%25.1%-
XYZ3.423.650.7-
YUV50.93102.64137.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.03%
GREEN value IS 53 (21.09% from 255) = 43.09%
BLUE value IS 6 (2.73% from 255) = 4.88%
R=52.03%
G=43.09%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6453600.170.910.7548.6282.8613.73
Hex403560115B4B3153e
Octal1006560211331136112316
Binary10000001101011100100011011011100101111000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403506; }

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

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

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

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

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

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

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

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