Html Css Color HEX #3F3506 Mikado

📋 copy color: '#3F3506'

red 63 ◦ green 53 ◦ blue 6

#3F3506
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mikado #3F3506

Tints of Mikado #3F3506

RGB

 RED value IS 63 (25% from 255) = 51.64%

 GREEN value IS 53 (21.09% from 255) = 43.44%

 BLUE value IS 6 (2.73% from 255) = 4.92%

R = 51.64%
G = 43.44%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.75

RGB Variations

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

Color information

#3F3506 (or 0x3F3506) is known color: Mikado. HEX triplet: 3F, 35 and 06. RGB value is (63,53,6). Sum of RGB (Red+Green+Blue) = 63+53+6=122 (16% of max value = 765). Red value is 63 (25% from 255 or 51.64% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3506 is #C0CAF9. Grayscale: #323232. Windows color (decimal): -12634874 or 406847. OLE color: 406847.

HSL color Cylindrical-coordinate representation of color #3F3506: hue angle of 49.47º 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 #3F3506 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 53 6 -
CMYK 0 0.16 0.90 0.75
HSL 49.47º 0.83% 0.14% -
HSV(B) 49.47º 0.9% 0.25% -
XYZ 3.36 3.62 0.69 -
YUV 50.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 63 53 6 0 0.16 0.90 0.75 49.47 0.83 0.14
Hex 3F 35 6 0 10 5A 4B 31 53 E
Octal 77 65 6 0 20 132 113 61 123 16
Binary 111111 110101 110 0 10000 1011010 1001011 110001 1010011 1110

Color Harmonies of #3F3506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3506

Black with #3F3506

Text Example


Text Example

White with #3F3506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F3506;
 }
 .AnyTagClassName
 {
   color: #3F3506;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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