#3F3406

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

Shades of Mikado #3F3406

Tints of Mikado #3F3406

Color information

#3F3406 (or 0x3F3406) is unknown color: approx Mikado. HEX triplet: 3F, 34 and 06. RGB value is (63,52,6). Sum of RGB (Red+Green+Blue) = 63+52+6=121 (16% of max value = 765). Red value is 63 (25% from 255 or 52.07% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3406 is #C0CBF9. Grayscale: #323232. Windows color (decimal): -12635130 or 406591. OLE color: 406591.

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

Color convert

RGB63526-
CMYK00.170.900.75
HSL48.42º82.61%13.53%-
HSV(B)48.42º90.48%24.71%-
XYZ3.313.530.68-
YUV50.04103.14137.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 52.07%
GREEN value IS 52 (20.70% from 255) = 42.98%
BLUE value IS 6 (2.73% from 255) = 4.96%
R=52.07%
G=42.98%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.90
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6352600.170.900.7548.4282.6113.53
Hex3F3460115A4B3053e
Octal776460211321136012316
Binary1111111101001100100011011010100101111000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F3406; }

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

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

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

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

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

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

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

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