#403406

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

Shades of Mikado #403406

Tints of Mikado #403406

Color information

#403406 (or 0x403406) is unknown color: approx Mikado. HEX triplet: 40, 34 and 06. RGB value is (64,52,6). Sum of RGB (Red+Green+Blue) = 64+52+6=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #403406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403406 is #BFCBF9. Grayscale: #323232. Windows color (decimal): -12569594 or 406592. OLE color: 406592.

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

Color convert

RGB64526-
CMYK00.190.910.75
HSL47.59º82.86%13.73%-
HSV(B)47.59º90.62%25.1%-
XYZ3.383.560.68-
YUV50.34102.98137.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.46%
GREEN value IS 52 (20.70% from 255) = 42.62%
BLUE value IS 6 (2.73% from 255) = 4.92%
R=52.46%
G=42.62%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6452600.190.910.7547.5982.8613.73
Hex403460135B4B3053e
Octal1006460231331136012316
Binary10000001101001100100111011011100101111000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403406; }

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

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

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

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

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

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

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

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