#413006

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

Shades of Mikado #413006

Tints of Mikado #413006

Color information

#413006 (or 0x413006) is unknown color: approx Mikado. HEX triplet: 41, 30 and 06. RGB value is (65,48,6). Sum of RGB (Red+Green+Blue) = 65+48+6=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #413006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413006 is #BECFF9. Grayscale: #303030. Windows color (decimal): -12505082 or 405569. OLE color: 405569.

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

Color convert

RGB65486-
CMYK00.260.910.75
HSL42.71º83.1%13.92%-
HSV(B)42.71º90.77%25.49%-
XYZ3.273.250.63-
YUV48.29104.13139.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.62%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 6 (2.73% from 255) = 5.04%
R=54.62%
G=40.34%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6548600.260.910.7542.7183.113.92
Hex4130601A5B4B2b53e
Octal1016060321331135312316
Binary10000011100001100110101011011100101110101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413006; }

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

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

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

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

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

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

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

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