#403006

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

Shades of Mikado #403006

Tints of Mikado #403006

Color information

#403006 (or 0x403006) is unknown color: approx Mikado. HEX triplet: 40, 30 and 06. RGB value is (64,48,6). Sum of RGB (Red+Green+Blue) = 64+48+6=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #403006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403006 is #BFCFF9. Grayscale: #303030. Windows color (decimal): -12570618 or 405568. OLE color: 405568.

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

Color convert

RGB64486-
CMYK00.250.910.75
HSL43.45º82.86%13.73%-
HSV(B)43.45º90.62%25.1%-
XYZ3.23.220.62-
YUV48104.3139.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.24%
GREEN value IS 48 (19.14% from 255) = 40.68%
BLUE value IS 6 (2.73% from 255) = 5.08%
R=54.24%
G=40.68%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6448600.250.910.7543.4582.8613.73
Hex403060195B4B2b53e
Octal1006060311331135312316
Binary10000001100001100110011011011100101110101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403006; }

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

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

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

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

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

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

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

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